blob: 1769d240abeada5df951371f055a0bc674e2862c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include "DirectX12.hpp"
DirectX12Backend::DirectX12Backend() {
// TODO
}
void DirectX12Backend::BeginFrame() {
// TODO
}
void DirectX12Backend::EndFrame() {
// TODO
}
|