setViewport method
Where the rasteriser may write.
Implementation
@override
void setViewport(ScreenRect rect) => commands.add(RecordedViewport(rect));
Where the rasteriser may write.
@override
void setViewport(ScreenRect rect) => commands.add(RecordedViewport(rect));