package brr

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

Module Storage.Binding_layoutSource

Binding layouts.

Sourcetype t

The type for GPUStorageTextureBindingLayout objects.

Sourceval v : ?access:Access.t -> ?format:Format.t -> ?view_dimension:View_dimension.t -> unit -> t

v constructs a GPUStorageTextureBindingLayout object with given parameters.