Table of Contents

Class GPUDepthStencilState

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

Constructors

GPUDepthStencilState()

public GPUDepthStencilState()

Fields

DepthBias

[Value("depthBias")]
public long DepthBias

Field Value

long

DepthBiasClamp

[Value("depthBiasClamp")]
public Number DepthBiasClamp

Field Value

Number

DepthBiasSlopeScale

[Value("depthBiasSlopeScale")]
public Number DepthBiasSlopeScale

Field Value

Number

DepthCompare

[Value("depthCompare")]
public GPUCompareFunction DepthCompare

Field Value

GPUCompareFunction

DepthWriteEnabled

[Value("depthWriteEnabled")]
public bool DepthWriteEnabled

Field Value

bool

Format

[Value("format")]
public required GPUTextureFormat Format

Field Value

GPUTextureFormat

StencilBack

[Value("stencilBack")]
public GPUStencilFaceState StencilBack

Field Value

GPUStencilFaceState

StencilFront

[Value("stencilFront")]
public GPUStencilFaceState StencilFront

Field Value

GPUStencilFaceState

StencilReadMask

[Value("stencilReadMask")]
public ulong StencilReadMask

Field Value

ulong

StencilWriteMask

[Value("stencilWriteMask")]
public ulong StencilWriteMask

Field Value

ulong