mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
gfxGLDevice setShader fix.
This commit is contained in:
parent
6218d792f3
commit
b5f8e9aa70
2 changed files with 3 additions and 3 deletions
|
|
@ -90,7 +90,7 @@ public:
|
|||
virtual F32 getPixelShaderVersion() const { return mPixelShaderVersion; }
|
||||
virtual void setPixelShaderVersion( F32 version ) { mPixelShaderVersion = version; }
|
||||
|
||||
virtual void setShader(GFXShader* shd);
|
||||
virtual void setShader(GFXShader *shader, bool force = false);
|
||||
|
||||
/// @attention GL cannot check if the given format supports blending or filtering!
|
||||
virtual GFXFormat selectSupportedFormat(GFXTextureProfile *profile,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue