| 1185 | } |
| 1186 | |
| 1187 | RenderCommandRecorder::RenderCommandRecorder(RenderCommandRecorder && other) : internal{} |
| 1188 | { |
| 1189 | std::swap(this->internal, other.internal); |
| 1190 | } |
| 1191 | |
| 1192 | auto RenderCommandRecorder::operator=(RenderCommandRecorder && other) -> RenderCommandRecorder & |
| 1193 | { |
nothing calls this directly
no outgoing calls
no test coverage detected