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
CompilationHints
[Value("compilationHints")]
public List<GPUShaderModuleCompilationHint> CompilationHints