package brr

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

Color attachments.

type t

The type for GPURenderPassColorAttachment objects.

val v : ?resolve_target:Texture.View.t -> ?clear_value:Color.t -> view:Texture.View.t -> load_op:Jstr.t -> store_op:Jstr.t -> unit -> t

v constructs a GPURenderPassColorAttachment object with given parameters.