readMask
A bitmask that determines from which bits that stencil comparison tests can read.
Declaration
var readMask: UInt32 { get set }Discussion
The readMask bits are used for logical AND operations to both the stored stencil value and the reference value.
The least significant bits of the read mask are used. The default value is all ones. A logical AND operation with the default readMask does not change the value.