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

Method ~RenderCommandRecorder

src/cpp_wrapper.cpp:1203–1210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201 }
1202
1203 RenderCommandRecorder::~RenderCommandRecorder()
1204 {
1205 if (this->internal != nullptr)
1206 {
1207 daxa_destroy_command_recorder(this->internal);
1208 this->internal = {};
1209 }
1210 }
1211
1212 auto RenderCommandRecorder::end_renderpass() && -> CommandRecorder
1213 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected