From e5d030cb921f4b967485eaea9cff9e54ff24232a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 18 Oct 2018 08:52:52 -0700 Subject: Enabled seperate samplers --- Tests/TestApp/src/TestPipelineStateBase.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Tests/TestApp/src/TestPipelineStateBase.cpp') diff --git a/Tests/TestApp/src/TestPipelineStateBase.cpp b/Tests/TestApp/src/TestPipelineStateBase.cpp index 0674463..ecd9e72 100644 --- a/Tests/TestApp/src/TestPipelineStateBase.cpp +++ b/Tests/TestApp/src/TestPipelineStateBase.cpp @@ -50,6 +50,7 @@ TestPipelineStateBase::TestPipelineStateBase(Diligent::IRenderDevice *pDevice, c Attrs.Desc.ShaderType = SHADER_TYPE_VERTEX; Attrs.Desc.Name = "TrivialVS (TestPipelineStateBase)"; Attrs.SourceLanguage = SHADER_SOURCE_LANGUAGE_HLSL; + Attrs.UseCombinedTextureSamplers = true; m_pDevice->CreateShader(Attrs, &m_pTrivialVS); Attrs.EntryPoint = "PSMain"; -- cgit v1.2.3