summaryrefslogtreecommitdiffstats
path: root/servers/rendering/rendering_device_commons.h
Commit message (Collapse)AuthorAgeFilesLines
* Make ShaderDescription and related types publicPedro J. Estébanez2024-03-081-0/+2
|
* Finish splitting functionality of the Vulkan and D3D12 backends into ↵Dario2024-02-121-0/+11
| | | | RenderingDeviceDriver.
* Acyclic Command Graph for RenderingDevice.Dario2024-01-081-0/+2
| | | | Adds a new system to automatically reorder commands, perform layout transitions and insert synchronization barriers based on the commands issued to RenderingDevice.
* Split RenderingDevice into API-agnostic and RenderingDeviceDriver partsPedro J. Estébanez2023-12-201-0/+921
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>