Browse Source

Update gfxGLShader.h

forgot to save the file...
marauder2k7 1 year ago
parent
commit
39c2cc09fc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Engine/source/gfx/gl/gfxGLShader.h

+ 1 - 0
Engine/source/gfx/gl/gfxGLShader.h

@@ -93,6 +93,7 @@ protected:
    /// @{
    GLuint mVertexShader;
    GLuint mPixelShader;
+   GLuint mGeometryShader;
    GLuint mProgram;
    /// @}