Shader_module.DescriptorDescriptors.
The type for GPUShaderModuleDescriptor objects.
val v : 
  ?label:Jstr.t ->
  ?source_map:Jv.t ->
  ?hints:(Jstr.t * Compilation_hint.t) list ->
  code:Jstr.t ->
  unit ->
  tv constructs a GPUShaderModuleDescriptor object with given parameters.