Bind_group.Descriptor
Descriptors.
type t
The type for GPUBindGroupDescriptor objects.
GPUBindGroupDescriptor
val v : ?label:Jstr.t -> layout:Layout.t -> entries:Entry.t list -> unit -> t
v constructs a GPUBindGroupDescriptor object with given parameters.
v