package brr

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

Color target states.

type t

The type for GPUColorTargetState objects.

val v : ?blend:Blend.State.t -> ?write_mask:Write.t -> format:Texture.Format.t -> unit -> t

v constructs a GPUColorTargetState object.