diff options
Diffstat (limited to 'core/src/Entrypoint/DirectX12.cpp')
-rw-r--r-- | core/src/Entrypoint/DirectX12.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/src/Entrypoint/DirectX12.cpp b/core/src/Entrypoint/DirectX12.cpp new file mode 100644 index 0000000..1769d24 --- /dev/null +++ b/core/src/Entrypoint/DirectX12.cpp @@ -0,0 +1,13 @@ +#include "DirectX12.hpp" + +DirectX12Backend::DirectX12Backend() { + // TODO +} + +void DirectX12Backend::BeginFrame() { + // TODO +} + +void DirectX12Backend::EndFrame() { + // TODO +} |