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

Method end_label

src/cpp_wrapper.cpp:1385–1388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1383 DAXA_DECL_COMMAND_LIST_WRAPPER(CommandRecorder, begin_label, CommandLabelInfo)
1384
1385 void CommandRecorder::end_label()
1386 {
1387 daxa_cmd_end_label(this->internal);
1388 }
1389
1390 auto CommandRecorder::complete_current_commands() -> ExecutableCommandList
1391 {

Callers 1

executeMethod · 0.80

Calls 1

daxa_cmd_end_labelFunction · 0.85

Tested by

no test coverage detected