littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics
/
GL
/
stencilOpSeparate
stencil
Op
Separate
abstract
fun
stencilOpSeparate
(
face
:
Int
,
fail
:
Int
,
zfail
:
Int
,
zpass
:
Int
)
open
fun
stencilOpSeparate
(
face
:
FaceMode
,
fail
:
StencilAction
,
zfail
:
StencilAction
,
zpass
:
StencilAction
)