package brr

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

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.