Class GPURenderPassLayout
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class GPURenderPassLayout : GPUObjectDescriptorBase
- Inheritance
-
GPURenderPassLayout
- Derived
- Inherited Members
Constructors
GPURenderPassLayout()
public GPURenderPassLayout()
Fields
ColorFormats
[Value("colorFormats")]
public required List<GPUTextureFormat?> ColorFormats
Field Value
DepthStencilFormat
[Value("depthStencilFormat")]
public GPUTextureFormat DepthStencilFormat
Field Value
SampleCount
[Value("sampleCount")]
public ulong SampleCount