[][src]Module luminance::scissor

Scissor test and related types.

The scissor test is a special test performed at rendering time. It allows to define a region of the screen for which fragments will be discarded.

Structs

ScissorRegion

The region outside of which fragments will be discarded.