Module Blend.State

Blend state.

type t

The type for GPUBlendState objects.

val v : ?color:Component.t -> ?alpha:Component.t -> unit -> t

v constructs a GPUBlendState object with given parameters.