mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-11 08:20:45 +00:00
Merge branch 'method_Unmangle' into PBR_PR
This commit is contained in:
commit
8e534dd0c9
636 changed files with 3939 additions and 3454 deletions
|
|
@ -1385,7 +1385,7 @@ DefineEngineFunction( getBestHDRFormat, GFXFormat, (),,
|
|||
return format;
|
||||
}
|
||||
|
||||
DefineConsoleFunction(ResetGFX, void, (), , "forces the gbuffer to be reinitialized in cases of improper/lack of buffer clears.")
|
||||
DefineEngineFunction(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