Gpu.BufferGPU buffers.
module Map_state : sig ... endMap states.
module Map_mode : sig ... endMap mode flags.
module Usage : sig ... endUsage flags.
module Descriptor : sig ... endBuffer descriptors.
The type for GPUBuffer objects.
val map_state : t -> Map_state.tmap_state b is the map state of b.
val map_async :
?size:int ->
?offset:int ->
t ->
Map_mode.t ->
unit Fut.or_errormap_async b maps b.
val get_mapped_range : ?size:int -> ?offset:int -> t -> Brr.Tarray.Buffer.tget_mapped_range b is the mapped range of b.
module Binding_type : sig ... endBinding types.
module Binding_layout : sig ... endBinding layouts
module Binding : sig ... endBindings.