Table of Contents

Class GPURenderPassColorAttachment

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class GPURenderPassColorAttachment
Inheritance
GPURenderPassColorAttachment
Inherited Members

Constructors

GPURenderPassColorAttachment()

public GPURenderPassColorAttachment()

Fields

ClearValue

[Value("clearValue")]
public Union219 ClearValue

Field Value

Union219

DepthSlice

[Value("depthSlice")]
public ulong DepthSlice

Field Value

ulong

LoadOp

[Value("loadOp")]
public required GPULoadOp LoadOp

Field Value

GPULoadOp

ResolveTarget

[Value("resolveTarget")]
public GPUTextureView ResolveTarget

Field Value

GPUTextureView

StoreOp

[Value("storeOp")]
public required GPUStoreOp StoreOp

Field Value

GPUStoreOp

View

[Value("view")]
public required GPUTextureView View

Field Value

GPUTextureView