MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / clearShaderMacros

Method clearShaderMacros

Engine/source/postFx/postEffect.cpp:1948–1955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1946}
1947
1948void PostEffect::clearShaderMacros()
1949{
1950 if ( mShaderMacros.empty() )
1951 return;
1952
1953 mShaderMacros.clear();
1954 mUpdateShader = true;
1955}
1956
1957GFXTextureObject* PostEffect::_getTargetTexture( U32 )
1958{

Callers 1

DefineEngineMethodFunction · 0.80

Calls 2

emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected