package brr

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

Fragment states.

type t

The type for GPUFragmentState objects.

val v : ?constants:(Jstr.t * float) list -> targets:Color.Target_state.t list -> module':Shader_module.t -> entry_point:Jstr.t -> unit -> t

v constructs a GPUFragmentState object with given parameters.