[][src]Module luminance::depth_test

Depth test related features.

Enums

DepthComparison

Depth comparison to perform while depth test. a is the incoming fragment’s depth and b is the fragment’s depth that is already stored.

DepthWrite

Whether or not depth writes should be performed when rendering.