Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | render: move all rendering code out of ui | Danny Holman | 2024-10-25 | 1 | -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: create the rendering subsystem | Danny Holman | 2024-10-25 | 17 | -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> |