Module Bind_group.Descriptor

Descriptors.

type t

The type for GPUBindGroupDescriptor objects.

val v : ?label:Jstr.t -> layout:Layout.t -> entries:Entry.t list -> unit -> t

v constructs a GPUBindGroupDescriptor object with given parameters.