Module Color.Target_state

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.