| 420 | } |
| 421 | |
| 422 | void RenderProbeMgr::submitProbe(ReflectionProbe::ProbeInfo* probe) |
| 423 | { |
| 424 | ProbeRenderInst* probeInst = findProbeInst(probe); |
| 425 | mActiveProbes.push_back(*probeInst); |
| 426 | } |
| 427 | |
| 428 | PostEffect* RenderProbeMgr::getProbeArrayEffect() |
| 429 | { |
no test coverage detected