mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 07:15:37 +00:00
Fixes for dedicated build on linux.
Thx @Bloodknigh for Signal fix.
This commit is contained in:
parent
ef4e7ec975
commit
6450294855
8 changed files with 22 additions and 19 deletions
|
|
@ -40,6 +40,7 @@ public:
|
|||
virtual void reset();
|
||||
virtual void sortVars();
|
||||
|
||||
virtual void print( Stream &stream) {} // TODO OPENGL temporal fix for dedicated build on Linux
|
||||
virtual void print( Stream &stream, bool isVerterShader );
|
||||
void printStructDefines( Stream &stream, bool in );
|
||||
virtual void printOnMain( Stream &stream, bool isVerterShader );
|
||||
|
|
@ -55,6 +56,7 @@ public:
|
|||
virtual void reset();
|
||||
virtual void sortVars();
|
||||
|
||||
virtual void print( Stream &stream) {} // TODO OPENGL temporal fix for dedicated build on Linux
|
||||
virtual void print( Stream &stream, bool isVerterShader );
|
||||
virtual void printOnMain( Stream &stream, bool isVerterShader );
|
||||
};
|
||||
|
|
@ -73,4 +75,4 @@ public:
|
|||
virtual void print( Stream &stream, bool isVerterShader );
|
||||
};
|
||||
|
||||
#endif // _SHADERCOMP_GLSL_H_
|
||||
#endif // _SHADERCOMP_GLSL_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue