glStencilOpSeparate¶
set front and/or back stencil test actions
- arguments
-
int
$face
Specifies whether front and/or back stencil state is updated. Three symbolic constants are valid:GL_FRONT ,GL_BACK , andGL_FRONT_AND_BACK .int
$sfail
Specifies the action to take when the stencil test fails. Eight symbolic constants are accepted:GL_KEEP ,GL_ZERO ,GL_REPLACE ,GL_INCR ,GL_INCR_WRAP ,GL_DECR ,GL_DECR_WRAP , andGL_INVERT . The initial value isGL_KEEP .int
$dpfail
Specifies the stencil action when the stencil test passes, but the depth test fails. dpfail accepts the same symbolic constants as sfail. The initial value isGL_KEEP .int
$dppass
Specifies the stencil action when both the stencil test and the depth test pass, or when the stencil test passes and either there is no depth buffer or depth testing is not enabled. dppass accepts the same symbolic constants as sfail. The initial value isGL_KEEP .
- returns
-
void
Copyright © 2010-2014 Khronos Group
This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. https://opencontent.org/openpub/.