Buffer.Descriptor
Buffer descriptors.
type t
The type for GPUBufferDescriptor objects.
GPUBufferDescriptor
val v : ?label:Jstr.t -> ?size:int -> ?usage:Usage.t -> ?mapped_at_creation:bool -> unit -> t
v constructs a GPUBufferDescriptor object.
v
See the validation rules.