| 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 | { |
nothing calls this directly
no test coverage detected