| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected