Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-11-27 | render: centralize the type definitions | Danny Holman | 1 | -13/+0 | |
Centralize the type definitions for the Vulkan renderer. This removes the possibility for cyclic dependencies in the include paths. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2024-10-25 | render: create the rendering subsystem | Danny Holman | 1 | -0/+13 | |
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> |