Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
gpuGPURenderPipelineDescriptor
Interface gpuGPURenderPipelineDescriptor
interface
gpuGPURenderPipelineDescriptor
{
depthStencil
?:
gpuGPUDepthStencilState
;
fragment
?:
gpuGPUFragmentState
;
label
?:
string
;
layout
:
string
|
gpuGPUPipelineLayout
;
multisample
?:
gpuGPUMultisampleState
;
primitive
?:
gpuGPUPrimitiveState
;
vertex
:
gpuGPUVertexState
;
}
Index
Properties
depth
Stencil?
fragment?
label?
layout
multisample?
primitive?
vertex
Properties
Optional
depth
Stencil
depth
Stencil
?:
gpuGPUDepthStencilState
Optional
fragment
fragment
?:
gpuGPUFragmentState
Optional
label
label
?:
string
layout
layout
:
string
|
gpuGPUPipelineLayout
Optional
multisample
multisample
?:
gpuGPUMultisampleState
Optional
primitive
primitive
?:
gpuGPUPrimitiveState
vertex
vertex
:
gpuGPUVertexState
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
depth
Stencil
fragment
label
layout
multisample
primitive
vertex
@cloudflare/workers-types
Loading...