Click or drag to resize

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)
Syntax
public static void StencilMaskSeparate(
	glFace face,
	uint mask
)

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 StencilMask(UInt32) for more details.

OpenGL API: glStencilMaskSeparate

See Also

Reference