MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NVRHI / compactBottomLevelAccelStructs

Method compactBottomLevelAccelStructs

src/validation/validation-commandlist.cpp:1229–1238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1227 }
1228
1229 void CommandListWrapper::compactBottomLevelAccelStructs()
1230 {
1231 if (!requireOpenState())
1232 return;
1233
1234 if (!requireType(CommandQueue::Compute, "compactBottomLevelAccelStructs"))
1235 return;
1236
1237 m_CommandList->compactBottomLevelAccelStructs();
1238 }
1239
1240 void CommandListWrapper::copyRaytracingAccelerationStructure(rt::IAccelStruct* destination, rt::IAccelStruct* source)
1241 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected