mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
docstring. do note best practices is to internally trigger this kind of thing, but this way folks have a test-case to see if that is in fact the flaw for their derivatives.
This commit is contained in:
parent
cc618ce2e0
commit
067caec4a4
|
|
@ -1330,7 +1330,7 @@ DefineEngineFunction( getBestHDRFormat, GFXFormat, (),,
|
|||
return format;
|
||||
}
|
||||
|
||||
DefineConsoleFunction(ResetGFX, void, (), , "")
|
||||
DefineConsoleFunction(ResetGFX, void, (), , "forces the gbuffer to be reinitialized in cases of improper/lack of buffer clears.")
|
||||
{
|
||||
GFX->beginReset();
|
||||
}
|
||||
Loading…
Reference in a new issue