1
0
Fork 0

Allow forcing D3D compiler loading.

This commit is contained in:
John Preston 2021-07-20 17:04:12 +03:00
parent 46a49caa21
commit fe0d8a1841

View file

@ -213,6 +213,10 @@ bool ResolveDXGI() {
} // namespace } // namespace
} // namespace DirectX } // namespace DirectX
bool DirectXResolveCompiler() {
return DirectX::ResolveD3DCompiler();
}
namespace D = DirectX; namespace D = DirectX;
extern "C" { extern "C" {