Module Buffer.Descriptor

Buffer descriptors.

type t

The type for GPUBufferDescriptor objects.

val v : ?label:Jstr.t -> ?size:int -> ?usage:Usage.t -> ?mapped_at_creation:bool -> unit -> t

v constructs a GPUBufferDescriptor object.

See the validation rules.