package brr

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

Binding layouts

type t

The type for GPUBufferBindingLayout objects.

val v : ?type':Binding_type.t -> ?has_dynamic_offset:bool -> ?min_binding_size:int -> unit -> t

v contsructs a GPUBufferBindingLayout object.