package brr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Entries.

type t

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 -> t

The type for GPUBindGroupLayoutEntry objects.

v constructs a GPUBindGroupLayoutEntry object with given parameters.