Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.gpu
/
GPUStencilFaceState
GPUStencil
Face
State
interface
GPUStencilFaceState
(
source
)
Members
Properties
compare
Link copied to clipboard
abstract
var
compare
:
GPUCompareFunction
?
depth
Fail
Op
Link copied to clipboard
abstract
var
depthFailOp
:
GPUStencilOperation
?
fail
Op
Link copied to clipboard
abstract
var
failOp
:
GPUStencilOperation
?
pass
Op
Link copied to clipboard
abstract
var
passOp
:
GPUStencilOperation
?