| 1310 | DAXA_DECL_COMMAND_LIST_WRAPPER_CHECK_RESULT(CommandRecorder, signal_event, EventSignalInfo) |
| 1311 | |
| 1312 | void CommandRecorder::wait_events(daxa::Span<EventWaitInfo const> const & infos) |
| 1313 | { |
| 1314 | daxa_cmd_wait_events( |
| 1315 | this->internal, r_cast<daxa_EventSignalInfo const *>(infos.data()), infos.size()); |
| 1316 | } |
| 1317 | |
| 1318 | DAXA_DECL_COMMAND_LIST_WRAPPER_CHECK_RESULT(CommandRecorder, wait_event, EventWaitInfo) |
| 1319 | DAXA_DECL_COMMAND_LIST_WRAPPER_CHECK_RESULT(CommandRecorder, reset_event, ResetEventInfo) |
nothing calls this directly
no test coverage detected