package brr

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

Descriptors.

type t

The type for GPURenderPassDescriptor objects.

val v : ?label:Jstr.t -> ?depth_stencil_attachment:Depth_stencil_attachment.t -> ?occlusion_query_set:Query.Set.t -> ?timestamp_writes:Timestamp_writes.t -> ?max_draw_count:int -> color_attachments:Color_attachment.t list -> unit -> t

v constructs a GPURenderPassDescriptor objects with given parameters.