Table of Contents

Class GPUShaderModuleDescriptor

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class GPUShaderModuleDescriptor : GPUObjectDescriptorBase
Inheritance
GPUShaderModuleDescriptor
Inherited Members

Constructors

GPUShaderModuleDescriptor()

public GPUShaderModuleDescriptor()

Fields

Code

[Value("code")]
public required string Code

Field Value

string

CompilationHints

[Value("compilationHints")]
public List<GPUShaderModuleCompilationHint> CompilationHints

Field Value

List<GPUShaderModuleCompilationHint>