Explorar o código

Update gfxGLShader.h

forgot to save the file...
marauder2k7 hai 1 ano
pai
achega
39c2cc09fc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
    /// @}