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

Method getPass

Engine/source/materials/matInstance.cpp:515–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515RenderPassData* MatInstance::getPass(U32 pass)
516{
517 return mProcessedMaterial->getPass(pass);
518}
519
520bool MatInstance::hasGlow()
521{

Callers 2

initMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected