package brr

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

Module Blend.StateSource

Blend state.

Sourcetype t

The type for GPUBlendState objects.

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

v constructs a GPUBlendState object with given parameters.