diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-10-29 15:18:40 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-10-29 15:18:40 +0000 |
| commit | 9c9771ba1586594c4021c3088055a397823e6742 (patch) | |
| tree | 335bc01707deb60c67f210038768c08a0c406fd1 /Tests/TestApp/src/TestShaderResourceLayout.cpp | |
| parent | Fixed few clang warnings (diff) | |
| download | DiligentEngine-9c9771ba1586594c4021c3088055a397823e6742.tar.gz DiligentEngine-9c9771ba1586594c4021c3088055a397823e6742.zip | |
Fixed few compiler warnings
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 27871f0..c827683 100644 --- a/Tests/TestApp/src/TestShaderResourceLayout.cpp +++ b/Tests/TestApp/src/TestShaderResourceLayout.cpp @@ -286,7 +286,7 @@ TestShaderResourceLayout::TestShaderResourceLayout( IRenderDevice *pDevice, IDev pTestPSO->GetStaticVariableByName(SHADER_TYPE_VERTEX, "g_StorageTexelBuff")->Set(pStorageTexelBuffUAV); pTestPSO->GetStaticVariableByName(SHADER_TYPE_VERTEX, "g_tex2D_Mut"); auto* pStaticSam = pTestPSO->GetStaticVariableByName(SHADER_TYPE_VERTEX, "g_Sam_static"); - VERIFY_EXPR(pStaticSam == nullptr); + VERIFY_EXPR(pStaticSam == nullptr); (void)pStaticSam; auto NumVSVars = pTestPSO->GetStaticVariableCount(SHADER_TYPE_VERTEX); |
