| 134 | } |
| 135 | |
| 136 | void BuildBottomLevelAccelStruct(ICommandList* commandList, rt::IAccelStruct* as, const rt::AccelStructDesc& desc) |
| 137 | { |
| 138 | commandList->buildBottomLevelAccelStruct(as, |
| 139 | desc.bottomLevelGeometries.data(), |
| 140 | desc.bottomLevelGeometries.size(), |
| 141 | desc.buildFlags); |
| 142 | } |
| 143 | |
| 144 | void TextureUavBarrier(ICommandList* commandList, ITexture* texture) |
| 145 | { |
nothing calls this directly
no test coverage detected