Shader Module Descriptor
data class ShaderModuleDescriptor(val code: String, val label: String? = null, val sourceMap: Any? = null, val compilationHints: List<ShaderModuleDescriptor.CompilationHint> = listOf())
Constructors
Link copied to clipboard
constructor(code: String, label: String? = null, sourceMap: Any? = null, compilationHints: List<ShaderModuleDescriptor.CompilationHint> = listOf())