diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-10-30 02:50:11 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-10-30 02:50:11 +0000 |
| commit | cfba7d8781b0897e0f5415e5fafca4268955bc06 (patch) | |
| tree | bb25e2a3ded639f9d35d8ee8f5bb2cca6668cb09 /Tests/TestApp/src/TestShaderResourceLayout.cpp | |
| parent | Updated core (fixed CMake bug introduced by glslang) (diff) | |
| download | DiligentEngine-cfba7d8781b0897e0f5415e5fafca4268955bc06.tar.gz DiligentEngine-cfba7d8781b0897e0f5415e5fafca4268955bc06.zip | |
Updated core (using glslang to compile HLSL directly to SPIRV)
Diffstat (limited to 'Tests/TestApp/src/TestShaderResourceLayout.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestShaderResourceLayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/TestShaderResourceLayout.cpp b/Tests/TestApp/src/TestShaderResourceLayout.cpp index 8bb4d3b..37f958a 100644 --- a/Tests/TestApp/src/TestShaderResourceLayout.cpp +++ b/Tests/TestApp/src/TestShaderResourceLayout.cpp @@ -43,7 +43,7 @@ TestShaderResourceLayout::TestShaderResourceLayout( IRenderDevice *pDevice, IDev BasicShaderSourceStreamFactory BasicSSSFactory("Shaders"); CreationAttrs.pShaderSourceStreamFactory = &BasicSSSFactory; CreationAttrs.EntryPoint = "main"; - CreationAttrs.UseCombinedTextureSamplers = true; + CreationAttrs.UseCombinedTextureSamplers = false; RefCntAutoPtr<ISampler> pSamplers[4]; IDeviceObject *pSams[4]; |
