package brr

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

Module Texture.Binding_layoutSource

Binding layouts.

Texture descriptors.

Sourcetype t

The type for GPUTextureBindingLayout objects.

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

v constructs a GPUTextureBindingLayout object with given parameters.