mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-16 21:23:46 +00:00
commit
7ccac9b9b7
1 changed files with 5 additions and 0 deletions
|
|
@ -1329,3 +1329,8 @@ DefineEngineFunction( getBestHDRFormat, GFXFormat, (),,
|
|||
|
||||
return format;
|
||||
}
|
||||
|
||||
DefineConsoleFunction(ResetGFX, void, (), , "forces the gbuffer to be reinitialized in cases of improper/lack of buffer clears.")
|
||||
{
|
||||
GFX->beginReset();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue