Documentation

Stencil Func - Open Dev Kit Documentation

Open Dev Kit Documentation :: OpenGL :: Stencil Func

OpenGL.StencilFunc(
  Func Func,
  Ref Integer,
  Mask Integer
) 
Set front and back function and reference value for stencil testing

Parameters

Func Func
Specifies the test function
Ref Integer
Specifies the reference value for the stencil test
Mask Integer
Specifies a mask that is ANDed with both the reference value and the stored stencil value when the test is done. Initial value is all 1's

Return Value

Nothing

If you think anything is missing, please feel free to: submit documentation feedback on this page