Age | Commit message (Collapse) | Author |
|
Make all the types specific to Vulkan fully opaque. This brings most of
the rendering backend in line with the project coding style.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Streamline the common renderer interface such that all functionality is
set by the renderer initialization function. This reduces the number of
API functions and allows developers to define custom rendering
interfaces easier.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
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>
|