CompareMode

Available since LÖVE 0.10.0
This enum is not supported in earlier versions.

Different types of per-pixel stencil test and depth test comparisons. The pixels of an object will be drawn if the comparison succeeds, for each pixel that the object touches.

Constants

equal
notequal
less
lequal
gequal
greater
never
Objects will never be drawn.
always
Objects will always be drawn. Effectively disables the depth or stencil test.

See Also