Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-19 | render: create a vkqueue struct for Vulkan queues | Danny Holman | |
Add a vkqueue struct to the Vulkan device interface and shift queue operations to helper functions that interact with this new struct. This makes the initialization routines more readable and simplifies the interface. Signed-off-by: Danny Holman <dholman@gymli.org> | |||
2024-10-25 | render: create the rendering subsystem | Danny Holman | |
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> |