summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device_driver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ensure specialization constants come sorted from reflectionPedro J. Estébanez2024-03-121-0/+2
|
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-0/+380
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>