Table of Contents

Class GPUPrimitiveState

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

Constructors

GPUPrimitiveState()

public GPUPrimitiveState()

Fields

CullMode

[Value("cullMode")]
public GPUCullMode CullMode

Field Value

GPUCullMode

FrontFace

[Value("frontFace")]
public GPUFrontFace FrontFace

Field Value

GPUFrontFace

StripIndexFormat

[Value("stripIndexFormat")]
public GPUIndexFormat StripIndexFormat

Field Value

GPUIndexFormat

Topology

[Value("topology")]
public GPUPrimitiveTopology Topology

Field Value

GPUPrimitiveTopology

UnclippedDepth

[Value("unclippedDepth")]
public bool UnclippedDepth

Field Value

bool