| 192 | } |
| 193 | |
| 194 | auto mgc::CPUCopyOutputSurface::commit() -> std::unique_ptr<mg::Framebuffer> |
| 195 | { |
| 196 | return impl->commit(); |
| 197 | } |
| 198 | |
| 199 | auto mgc::CPUCopyOutputSurface::size() const -> geom::Size |
| 200 | { |
nothing calls this directly
no test coverage detected