Update gfxGLShader.h

forgot to save the file...
This commit is contained in:
marauder2k7 2024-03-06 14:02:30 +00:00
parent 4a6fbd5811
commit 39c2cc09fc

View file

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