webgpu-c
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
webgpu-c
webgpu-c
/
lib.wgpu
/
WGPUDepthStencilState
WGPUDepth
Stencil
State
value
class
WGPUDepthStencilState
(
val
$mem
:
MemorySegment
)
TODO
Members
Constructors
WGPUDepth
Stencil
State
Link copied to clipboard
constructor
(
gc
:
Boolean
)
constructor
(
$mem
:
MemorySegment
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
$mem
Link copied to clipboard
val
$mem
:
MemorySegment
depth
Bias
Link copied to clipboard
var
depthBias
:
Int
TODO
depth
Bias
Clamp
Link copied to clipboard
var
depthBiasClamp
:
Float
TODO
depth
Bias
Slope
Scale
Link copied to clipboard
var
depthBiasSlopeScale
:
Float
TODO
depth
Compare
Link copied to clipboard
var
depthCompare
:
WGPUCompareFunction
TODO
depth
Write
Enabled
Link copied to clipboard
var
depthWriteEnabled
:
WGPUOptionalBool
TODO
format
Link copied to clipboard
var
format
:
WGPUTextureFormat
TODO
next
In
Chain
Link copied to clipboard
var
nextInChain
:
Pointer
<
WGPUChainedStruct
>
stencil
Back
Link copied to clipboard
var
stencilBack
:
WGPUStencilFaceState
TODO
stencil
Front
Link copied to clipboard
var
stencilFront
:
WGPUStencilFaceState
TODO
stencil
Read
Mask
Link copied to clipboard
var
stencilReadMask
:
<Error class: unknown class>
TODO
stencil
Write
Mask
Link copied to clipboard
var
stencilWriteMask
:
<Error class: unknown class>
TODO