package brr

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

Texture view descriptors.

type t

The type for GPUTextureViewDescriptor objects.

val v : ?label:Jstr.t -> ?format:Format.t -> ?dimension:Extent_3d.t -> ?aspect:Aspect.t -> ?base_mip_level:int -> ?mip_level_count:int -> ?base_array_layer:int -> ?array_layer_count:int -> unit -> t

v constructs a GPUTextureViewDescriptor object with given parameters.