Blend.Component
Blend components.
type t
The type for GPUBlendComponent objects.
GPUBlendComponent
val v : ?operation:Operation.t -> ?src_factor:Factor.t -> ?dst_factor:Factor.t -> unit -> t
v constructs a GPUBlendComponent object with given parameters.
v