setScissor method
Where fragments survive. Bounds a draw, and — unlike a clear — is honoured by one.
Implementation
@override
void setScissor(ScreenRect rect) => commands.add(RecordedScissor(rect));
Where fragments survive. Bounds a draw, and — unlike a clear — is honoured by one.
@override
void setScissor(ScreenRect rect) => commands.add(RecordedScissor(rect));