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