| 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 | { |
no test coverage detected