MCPcopy Create free account
hub / github.com/OGRECave/ogre / _fireNotifyMaterialRender

Method _fireNotifyMaterialRender

OgreMain/src/OgreCompositorInstance.cpp:1158–1162  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1156}
1157//-----------------------------------------------------------------------
1158void CompositorInstance::_fireNotifyMaterialRender(uint32 pass_id, MaterialPtr &mat)
1159{
1160 for(auto *l : mListeners)
1161 l->notifyMaterialRender(pass_id, mat);
1162}
1163//-----------------------------------------------------------------------
1164void CompositorInstance::_fireNotifyResourcesCreated(bool forResizeOnly)
1165{

Callers 2

executeMethod · 0.80
executeMethod · 0.80

Calls 1

notifyMaterialRenderMethod · 0.45

Tested by

no test coverage detected