diff options
Diffstat (limited to 'Tests/TestApp/src/MTResourceCreationTest.cpp')
| -rw-r--r-- | Tests/TestApp/src/MTResourceCreationTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/TestApp/src/MTResourceCreationTest.cpp b/Tests/TestApp/src/MTResourceCreationTest.cpp index 3be401d..6449514 100644 --- a/Tests/TestApp/src/MTResourceCreationTest.cpp +++ b/Tests/TestApp/src/MTResourceCreationTest.cpp @@ -200,6 +200,7 @@ void MTResourceCreationTest::ThreadWorkerFunc(bool bIsMasterThread) Attrs.Desc.ShaderType = SHADER_TYPE_VERTEX; Attrs.Desc.Name = "TrivialVS (MTResourceCreationTest)"; Attrs.SourceLanguage = SHADER_SOURCE_LANGUAGE_HLSL; + Attrs.UseCombinedTextureSamplers = true; m_pDevice->CreateShader(Attrs, &pTrivialVS); Attrs.EntryPoint = "PSMain"; |
