MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / QueueBuild

Method QueueBuild

Rtxpt/OpacityMicroMap/OmmBuildQueue.cpp:549–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549void OmmBuildQueue::QueueBuild(const BuildInput& input)
550{
551 m_pending.push_back(input);
552}
553
554uint32_t OmmBuildQueue::NumPendingBuilds() const
555{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected