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

Method complete_current_commands

src/cpp_wrapper.cpp:1390–1396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388 }
1389
1390 auto CommandRecorder::complete_current_commands() -> ExecutableCommandList
1391 {
1392 ExecutableCommandList ret = {};
1393 auto result = daxa_cmd_complete_current_commands(this->internal, r_cast<daxa_ExecutableCommandList *>(&ret));
1394 check_result(result, "failed to complete current commands");
1395 return ret;
1396 }
1397
1398 auto CommandRecorder::info() const -> CommandRecorderInfo const &
1399 {

Callers 15

executeMethod · 0.80
ImplImGuiRendererMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
binary_semaphoreFunction · 0.80
memory_barriersFunction · 0.80
drawMethod · 0.80
simple_submit_chainFunction · 0.80
submit_index_chainFunction · 0.80
mesh_shader_triFunction · 0.80
mainFunction · 0.80
simplestFunction · 0.80

Calls 2

check_resultFunction · 0.85

Tested by

no test coverage detected