From 99e3118c5f041b0f1fc97eebe7a4fb645685c149 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 6 Mar 2019 09:34:16 -0800 Subject: Fixed few more clang warnings --- Graphics/GraphicsEngineOpenGL/include/GLProgramResources.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngineOpenGL') diff --git a/Graphics/GraphicsEngineOpenGL/include/GLProgramResources.h b/Graphics/GraphicsEngineOpenGL/include/GLProgramResources.h index 4a9b6efe..1b650828 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLProgramResources.h +++ b/Graphics/GraphicsEngineOpenGL/include/GLProgramResources.h @@ -83,10 +83,10 @@ namespace Diligent RefCntAutoPtr* _pResources) : ShaderVariableBase(_Owner), Name (_Name), - ArraySize (_ArraySize), VariableType (_VariableType), - VariableIndex (_VariableIndex), ResourceType (_ResourceType), + VariableIndex (_VariableIndex), + ArraySize (_ArraySize), pResources (_pResources) { VERIFY_EXPR(_ArraySize >= 1); -- cgit v1.2.3