Color.Target_state
Color target states.
type t
The type for GPUColorTargetState objects.
GPUColorTargetState
val v : ?blend:Blend.State.t -> ?write_mask:Write.t -> format:Texture.Format.t -> unit -> t
v constructs a GPUColorTargetState object.
v