GPUShaderModuleDescriptor constructor
GPUShaderModuleDescriptor({
- String label,
- required String code,
- JSArray<
GPUShaderModuleCompilationHint> compilationHints,
Implementation
external factory GPUShaderModuleDescriptor({
String label,
required String code,
JSArray<GPUShaderModuleCompilationHint> compilationHints,
});