Module Render_pass.Color_attachment

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.