mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Merge pull request #608 from BeamNG/use_gfxdevice_setupgenericshaders
Use GFXDevice::setupGenericShaders for support non Fixed Fuction Pipelines.
This commit is contained in:
commit
1c95ce21d6
12 changed files with 14 additions and 16 deletions
|
|
@ -1215,7 +1215,7 @@ void PostEffect::process( const SceneRenderState *state,
|
|||
GFX->setShaderConstBuffer( mShaderConsts );
|
||||
}
|
||||
else
|
||||
GFX->disableShaders();
|
||||
GFX->setupGenericShaders();
|
||||
|
||||
Frustum frustum;
|
||||
if ( state )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue