Table of Contents

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

List<GPUTextureFormat?>

DepthStencilFormat

[Value("depthStencilFormat")]
public GPUTextureFormat DepthStencilFormat

Field Value

GPUTextureFormat

SampleCount

[Value("sampleCount")]
public ulong SampleCount

Field Value

ulong