Table of Contents

Class GPURenderPassDepthStencilAttachment

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

Constructors

GPURenderPassDepthStencilAttachment()

public GPURenderPassDepthStencilAttachment()

Fields

DepthClearValue

[Value("depthClearValue")]
public Number DepthClearValue

Field Value

Number

DepthLoadOp

[Value("depthLoadOp")]
public GPULoadOp DepthLoadOp

Field Value

GPULoadOp

DepthReadOnly

[Value("depthReadOnly")]
public bool DepthReadOnly

Field Value

bool

DepthStoreOp

[Value("depthStoreOp")]
public GPUStoreOp DepthStoreOp

Field Value

GPUStoreOp

StencilClearValue

[Value("stencilClearValue")]
public ulong StencilClearValue

Field Value

ulong

StencilLoadOp

[Value("stencilLoadOp")]
public GPULoadOp StencilLoadOp

Field Value

GPULoadOp

StencilReadOnly

[Value("stencilReadOnly")]
public bool StencilReadOnly

Field Value

bool

StencilStoreOp

[Value("stencilStoreOp")]
public GPUStoreOp StencilStoreOp

Field Value

GPUStoreOp

View

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

Field Value

GPUTextureView