summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-03-06 17:18:00 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-03-06 17:18:00 +0000
commit7d70b24758eb5d843f5d491ca305878f002b1a3a (patch)
tree37fedf6a9a661c171eb69762817363de0e5069f9 /Graphics/GraphicsEngineOpenGL
parentUpdated Shader resource binding GL implementation (diff)
downloadDiligentCore-7d70b24758eb5d843f5d491ca305878f002b1a3a.tar.gz
DiligentCore-7d70b24758eb5d843f5d491ca305878f002b1a3a.zip
Fixed clang compiler warnings
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp
index 938edfcc..22823f51 100644
--- a/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp
+++ b/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp
@@ -388,7 +388,6 @@ namespace Diligent
//GLProgramObj.dbgVerifyBindingCompleteness(pDynamicResources, m_pPipelineState);
#endif
- // When program pipelines are not supported, all resources are dynamic resources
for (int BindSRBResources = 0; BindSRBResources < (pShaderResBindingGL ? 2 : 1); ++BindSRBResources)
{
GLProgramResources& ProgResources = BindSRBResources ? *pSRBResources : m_pPipelineState->GetStaticResources(ProgNum);