summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device_commons.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make shader binary alignment handling simpler and more robustPedro J. Estébanez2024-03-061-3/+4
| | | | | Bonus: Also simplified the rounding to block size in image size calculations.
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-0/+912
Credit and thanks to @bruzvg for multiple build fixes, update of 3rd-party items and MinGW support. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>