Layout.EntryEntries.
The type for GPUBindGroupLayoutEntry objects.
val v : 
  ?buffer:Buffer.Binding_layout.t ->
  ?sampler:Sampler.Binding_layout.t ->
  ?texture:Texture.Binding_layout.t ->
  ?storage_texture:Texture.Storage.Binding_layout.t ->
  ?external_texture:Texture.Storage.Binding_layout.t ->
  binding:int ->
  visibility:Shader_stage.t ->
  unit ->
  tThe type for GPUBindGroupLayoutEntry objects.
v constructs a GPUBindGroupLayoutEntry object with given parameters.