package brr

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

Descriptors.

type t

The type for GPURenderBundleEncoderDescriptor objects.

val v : ?label:Jstr.t -> ?color_formats:Texture.Format.t list -> ?depth_stencil_format:Texture.Format.t -> ?sample_count:int -> ?depth_read_only:bool -> ?stencil_read_only:bool -> unit -> t

v constructs a GPURenderBundleEncoderDescriptor object with given parameters.