| 593 | } |
| 594 | |
| 595 | void Scene::RefreshSceneGraph(uint32_t frameIndex) |
| 596 | { |
| 597 | m_SceneStructureChanged = m_SceneGraph->HasPendingStructureChanges(); |
| 598 | m_SceneTransformsChanged = m_SceneGraph->HasPendingTransformChanges(); |
| 599 | m_SceneGraph->Refresh(frameIndex); |
| 600 | } |
| 601 | |
| 602 | void Scene::RefreshBuffers(nvrhi::ICommandList* commandList, uint32_t frameIndex) |
| 603 | { |
nothing calls this directly
no test coverage detected