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

Method SetData

src/render/DrawStrategy.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void PassthroughDrawStrategy::SetData(const DrawItem* data, size_t count)
45{
46 m_Data = data;
47 m_Count = count;
48}
49
50static int CompareDrawItemsOpaque(const DrawItem* a, const DrawItem* b)
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected