summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-08-22 14:35:02 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-08-22 14:35:02 +0000
commit3cd2b47a5dfb4319d9db029ef4f82c59103e9ec3 (patch)
treeb9ef2b2dfe258f7edba271fae2a019012805460d /Graphics/GraphicsEngine
parentFixed https://github.com/DiligentGraphics/DiligentCore/issues/21 (Make messag... (diff)
downloadDiligentCore-3cd2b47a5dfb4319d9db029ef4f82c59103e9ec3.tar.gz
DiligentCore-3cd2b47a5dfb4319d9db029ef4f82c59103e9ec3.zip
Implemented shader variable access by Index in GL backend
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/include/ShaderBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/include/ShaderBase.h b/Graphics/GraphicsEngine/include/ShaderBase.h
index d72dc737..9b2d634b 100644
--- a/Graphics/GraphicsEngine/include/ShaderBase.h
+++ b/Graphics/GraphicsEngine/include/ShaderBase.h
@@ -159,7 +159,7 @@ struct ShaderVariableBase : public IShaderVariable
}
protected:
- IObject &m_Owner;
+ IObject& m_Owner;
};