| 170 | } |
| 171 | |
| 172 | inline void aggregateAll(SceneGradients& self, RenderContext* pRenderContext) |
| 173 | { |
| 174 | self.aggregateAllGrads(pRenderContext); |
| 175 | #if FALCOR_HAS_CUDA |
| 176 | pRenderContext->waitForFalcor(); |
| 177 | #endif |
| 178 | } |
| 179 | |
| 180 | inline pybind11::list getGradTypes(SceneGradients& self) |
| 181 | { |
nothing calls this directly
no test coverage detected