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

Method RenderCommandRecorder

src/cpp_wrapper.cpp:1187–1190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected