webgpu-c
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
webgpu-c
webgpu-c
/
lib.wgpu
/
WGPURenderPipelineDescriptor
WGPURender
Pipeline
Descriptor
value
class
WGPURenderPipelineDescriptor
(
val
$mem
:
MemorySegment
)
TODO
Members
Constructors
WGPURender
Pipeline
Descriptor
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
Stencil
Link copied to clipboard
var
depthStencil
:
Pointer
<
WGPUDepthStencilState
>
TODO
fragment
Link copied to clipboard
var
fragment
:
Pointer
<
WGPUFragmentState
>
TODO
label
Link copied to clipboard
var
label
:
WGPUStringView
TODO
layout
Link copied to clipboard
var
layout
:
WGPUPipelineLayout
TODO
multisample
Link copied to clipboard
var
multisample
:
WGPUMultisampleState
TODO
next
In
Chain
Link copied to clipboard
var
nextInChain
:
Pointer
<
WGPUChainedStruct
>
primitive
Link copied to clipboard
var
primitive
:
WGPUPrimitiveState
TODO
vertex
Link copied to clipboard
var
vertex
:
WGPUVertexState
TODO