Module Blend.Component

Blend components.

type t

The type for GPUBlendComponent objects.

val v : ?operation:Operation.t -> ?src_factor:Factor.t -> ?dst_factor:Factor.t -> unit -> t

v constructs a GPUBlendComponent object with given parameters.