Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/Donut
/ StackItem
Class
StackItem
src/engine/SceneGraph.cpp:961–965 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
959
void SceneGraph::Refresh(uint32_t frameIndex)
960
{
961
struct StackItem
962
{
963
bool supergraphTransformUpdated = false;
964
bool supergraphContentUpdate = false;
965
};
966
967
bool structureDirty = HasPendingStructureChanges();
968
Callers
1
Refresh
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected