package brr

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

Binding layouts.

Texture descriptors.

type t

The type for GPUTextureBindingLayout objects.

val v : ?sample_type:Sample_type.t -> ?view_dimension:View_dimension.t -> ?multisampled:bool -> unit -> t

v constructs a GPUTextureBindingLayout object with given parameters.