| 1348 | } |
| 1349 | |
| 1350 | void CommandRecorder::dispatch(DispatchInfo const & info) |
| 1351 | { |
| 1352 | auto result = daxa_cmd_dispatch( |
| 1353 | this->internal, |
| 1354 | r_cast<daxa_DispatchInfo const *>(&info)); |
| 1355 | check_result(result, "failed in dispatch"); |
| 1356 | } |
| 1357 | |
| 1358 | DAXA_DECL_COMMAND_LIST_WRAPPER_CHECK_RESULT(CommandRecorder, dispatch_indirect, DispatchIndirectInfo) |
| 1359 | DAXA_DECL_COMMAND_LIST_WRAPPER_CHECK_RESULT(CommandRecorder, trace_rays, TraceRaysInfo) |
no test coverage detected