This commit is contained in:
twinaphex 2022-05-06 22:31:42 +02:00
parent ba2203e1e4
commit c3c7f5167f

View File

@ -172,6 +172,7 @@ bool d3d12_init_base(d3d12_video_t* d3d12)
D3D12GetDebugInterface_(&d3d12->debugController);
D3D12EnableDebugLayer(d3d12->debugController);
#endif
#endif
#ifdef __WINRT__
DXGICreateFactory2(&d3d12->factory);