summaryrefslogtreecommitdiff
path: root/render/directx
AgeCommit message (Collapse)Author
2024-11-19render: streamline the common renderer interfaceDanny 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-25render: add a skeleton DirectX implementationDanny 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>