GfxBackend.setStencilMask

Set true stencil mask and each bit is written to the stencil buffer as is. Set false stencil mask and each bit ends up as 0 in the stencil buffer, disabling writes. TODO: Enable custom stencil mask. Returns reference to this so it can be used in a stream.

class GfxBackend
typeof(this)
setStencilMask
(
bool value = true
)

Meta