Table of Contents

Class GPUProgrammableStage

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

Constructors

GPUProgrammableStage()

public GPUProgrammableStage()

Fields

Constants

[Value("constants")]
public Dictionary<string, Number> Constants

Field Value

Dictionary<string, Number>

EntryPoint

[Value("entryPoint")]
public string EntryPoint

Field Value

string

Module

[Value("module")]
public required GPUShaderModule Module

Field Value

GPUShaderModule