Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-19 | render: streamline the common renderer interface | Danny Holman | |
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> | |||
2024-10-25 | render: add a skeleton DirectX implementation | Danny Holman | |
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> |