MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / stepInstance

Method stepInstance

Engine/source/materials/matInstance.cpp:497–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497bool MatInstance::stepInstance()
498{
499 AssertFatal( isInstanced(), "MatInstance::stepInstance - This material isn't instanced!" );
500 AssertFatal( mCurPass >= 0, "MatInstance::stepInstance - Must be within material setup pass!" );
501
502 return mProcessedMaterial->stepInstance();
503}
504
505U32 MatInstance::getCurStageNum()
506{

Callers 3

renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected