summaryrefslogtreecommitdiff
path: root/render/directx/renderer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* render: streamline the common renderer interfaceDanny Holman2024-11-191-2/+2
| | | | | | | | | 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>
* render: add a skeleton DirectX implementationDanny Holman2024-10-251-0/+19
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>