Module luminance::backend::depth_stencil_slot[][src]

Expand description

Depth & stencil slot backend interface.

This interface defines the low-level API depth slots must implement to be usable. This kind of slot also shares stencil information, so depending on the kind of depth slot, you will either get a depth slot or a depth/stencil slot, as both are tightly related.

Note to backend contributors

If you are implementing a backend, there is nothing here to implement, but you will likely want to use some traits / types from this module to use as constraint.

Traits

A depth/stencil slot.