package brr

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

Module Encoder.DescriptorSource

Descriptors.

Sourcetype t

The type for GPURenderBundleEncoderDescriptor objects.

Sourceval 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.