diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-06 17:18:00 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-06 17:18:00 +0000 |
| commit | 7d70b24758eb5d843f5d491ca305878f002b1a3a (patch) | |
| tree | 37fedf6a9a661c171eb69762817363de0e5069f9 /Graphics/GraphicsEngineOpenGL | |
| parent | Updated Shader resource binding GL implementation (diff) | |
| download | DiligentCore-7d70b24758eb5d843f5d491ca305878f002b1a3a.tar.gz DiligentCore-7d70b24758eb5d843f5d491ca305878f002b1a3a.zip | |
Fixed clang compiler warnings
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
| -rw-r--r-- | Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp | 1 |
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); |
