Age | Commit message (Collapse) | Author |
|
Call rune_free on the renderer object during close. This ensures the
memory is marked as free so that the memory API can clean it up.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
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>
|
|
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>
|