diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-08-22 14:35:02 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-08-22 14:35:02 +0000 |
| commit | 3cd2b47a5dfb4319d9db029ef4f82c59103e9ec3 (patch) | |
| tree | b9ef2b2dfe258f7edba271fae2a019012805460d /Graphics/GraphicsEngine | |
| parent | Fixed https://github.com/DiligentGraphics/DiligentCore/issues/21 (Make messag... (diff) | |
| download | DiligentCore-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.h | 2 |
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; }; |
