Class GPURenderPipelineDescriptor
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class GPURenderPipelineDescriptor : GPUPipelineDescriptorBase
- Inheritance
-
GPURenderPipelineDescriptor
- Inherited Members
-
Constructors
GPURenderPipelineDescriptor()
public GPURenderPipelineDescriptor()
Fields
DepthStencil
[Value("depthStencil")]
public GPUDepthStencilState DepthStencil
Field Value
- GPUDepthStencilState
Fragment
[Value("fragment")]
public GPUFragmentState Fragment
Field Value
- GPUFragmentState
Multisample
[Value("multisample")]
public GPUMultisampleState Multisample
Field Value
- GPUMultisampleState
Primitive
[Value("primitive")]
public GPUPrimitiveState Primitive
Field Value
- GPUPrimitiveState
Vertex
[Value("vertex")]
public required GPUVertexState Vertex
Field Value
- GPUVertexState