MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / RefreshSceneGraph

Method RefreshSceneGraph

src/engine/Scene.cpp:595–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595void 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
602void Scene::RefreshBuffers(nvrhi::ICommandList* commandList, uint32_t frameIndex)
603{

Callers

nothing calls this directly

Calls 3

RefreshMethod · 0.45

Tested by

no test coverage detected