From 7d70b24758eb5d843f5d491ca305878f002b1a3a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 6 Mar 2019 09:18:00 -0800 Subject: Fixed clang compiler warnings --- Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Graphics/GraphicsEngineOpenGL') 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); -- cgit v1.2.3