Module luminance::depth_stencil[][src]

Expand description

Depth test related features.

Structs

The stencil operations are executed whenever a stencil test passes.

The stencil test is a bit weird. It’s a Comparison as well as the « stencil mask ».

Enums

Comparison to perform for depth / stencil operations. a is the incoming fragment’s data and b is the fragment’s data that is already stored.

Possible stencil operations.

Whether or not writes should be performed when rendering.