 | glStencilMaskSeparate Method |
Control the front and/or back writing of individual bits in the stencil planes.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void StencilMaskSeparate(
glFace face,
uint mask
)
Public Shared Sub StencilMaskSeparate (
face As glFace,
mask As UInteger
)
public:
static void StencilMaskSeparate(
glFace face,
unsigned int mask
)
static member StencilMaskSeparate :
face : glFace *
mask : uint32 -> unit
Parameters
- face
- Type: OooglesglFace
specifies whether front and/or back stencil writemask is updated. - mask
- Type: SystemUInt32
specifies a bit mask to enable and disable writing of individual bits in the stencil planes.
Initially, the mask is all 1's.
Remarks
See Also