mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
Update gfxGLShader.h
forgot to save the file...
This commit is contained in:
parent
4a6fbd5811
commit
39c2cc09fc
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ protected:
|
||||||
/// @{
|
/// @{
|
||||||
GLuint mVertexShader;
|
GLuint mVertexShader;
|
||||||
GLuint mPixelShader;
|
GLuint mPixelShader;
|
||||||
|
GLuint mGeometryShader;
|
||||||
GLuint mProgram;
|
GLuint mProgram;
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue