MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / wait_events

Method wait_events

src/cpp_wrapper.cpp:1312–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 3

daxa_cmd_wait_eventsFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected