D3D12: Fixed texture binding.

This commit is contained in:
Branimir Karadžić
2018-01-18 18:58:42 -08:00
parent 1a90c93458
commit 55427f424c
2 changed files with 14 additions and 11 deletions

View File

@@ -120,7 +120,7 @@ function bgfxProjectBase(_kind, _defines)
"BGFX_CONFIG_DEBUG=1",
}
configuration { "vs* or mingw-*", "not durango" }
configuration { "vs* or mingw*", "not durango" }
includedirs {
path.join(BGFX_DIR, "3rdparty/dxsdk/include"),
}