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

Method dispatch

src/cpp_wrapper.cpp:1350–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers 11

callbackMethod · 0.80
bindless_handlesFunction · 0.80
paintMethod · 0.80
validate_buffer_dataFunction · 0.80
validate_image_dataFunction · 0.80
callbackMethod · 0.80
record_sim_task_graphFunction · 0.80
record_tasksMethod · 0.80
record_tasksFunction · 0.80
callbackMethod · 0.80

Calls 2

daxa_cmd_dispatchFunction · 0.85
check_resultFunction · 0.85

Tested by

no test coverage detected