summaryrefslogtreecommitdiff
path: root/render (follow)
Commit message (Collapse)AuthorAgeFilesLines
* render: move all rendering code out of uiDanny Holman2024-10-251-1/+1
| | | | | | | Move all the rendering code out of the UI subsystem. The new rendering API now has hooks that the UI code can make use of. Signed-off-by: Danny Holman <dholman@gymli.org>
* render: add a skeleton DirectX implementationDanny Holman2024-10-251-0/+19
| | | | | | | Add a skeleton DirectX rendering implementation. This is to satisfy build requirements and is not yet functional in any capacity. Signed-off-by: Danny Holman <dholman@gymli.org>
* render: create the rendering subsystemDanny Holman2024-10-2517-0/+1261
Create the rendering subsystem and populate it with a basic Vulkan renderer. This renderer is not yet functional and should not be used yet. Signed-off-by: Danny Holman <dholman@gymli.org>