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