summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineOpenGL
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineOpenGL')
-rw-r--r--Graphics/GraphicsEngineOpenGL/include/GLProgramResources.h4
1 files changed, 2 insertions, 2 deletions
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<IDeviceObject>* _pResources) :
ShaderVariableBase(_Owner),
Name (_Name),
- ArraySize (_ArraySize),
VariableType (_VariableType),
- VariableIndex (_VariableIndex),
ResourceType (_ResourceType),
+ VariableIndex (_VariableIndex),
+ ArraySize (_ArraySize),
pResources (_pResources)
{
VERIFY_EXPR(_ArraySize >= 1);