| 894 | } |
| 895 | |
| 896 | static void NRI_CALL CmdWriteAccelerationStructureSize(CommandBuffer&, const AccelerationStructure* const*, uint32_t, QueryPool&, uint32_t) { |
| 897 | } |
| 898 | |
| 899 | static uint64_t NRI_CALL GetAccelerationStructureNativeObject(const AccelerationStructure&) { |
| 900 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected