blob: 617447c2da74a23f04b1ed391ab5353d19769aaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include "DirectX11.hpp"
DirectX11Backend::DirectX11Backend() {
// TODO
}
void DirectX11Backend::BeginFrame() {
// TODO
}
void DirectX11Backend::EndFrame() {
// TODO
}
|