MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / ~CommandRecorder

Method ~CommandRecorder

src/cpp_wrapper.cpp:1403–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1401 }
1402
1403 CommandRecorder::~CommandRecorder()
1404 {
1405 if (this->internal != nullptr)
1406 {
1407 daxa_destroy_command_recorder(this->internal);
1408 this->internal = {};
1409 }
1410 }
1411
1412 CommandRecorder::CommandRecorder(CommandRecorder && other) : internal{}
1413 {

Callers 7

mainFunction · 0.80
binary_semaphoreFunction · 0.80
drawMethod · 0.80
mainFunction · 0.80
drawMethod · 0.80
AppMethod · 0.80
drawMethod · 0.80

Calls 1

Tested by

no test coverage detected