mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Merge pull request #924 from BeamNG/remove_disableshader
Remove GFXDevice::disableShader
This commit is contained in:
commit
3067c3f0b2
2 changed files with 1 additions and 2 deletions
|
|
@ -90,7 +90,6 @@ public:
|
|||
virtual void setPixelShaderVersion( F32 version ) { mPixelShaderVersion = version; }
|
||||
|
||||
virtual void setShader(GFXShader* shd);
|
||||
virtual void disableShaders(); ///< Equivalent to setShader(NULL)
|
||||
|
||||
/// @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