package brr

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.