gloss-raster-accelerate-2.1.0.0: Parallel rendering of raster images using Accelerate

Copyright[2013..2020] Trevor L. McDonell
LicenseBSD3
MaintainerTrevor L. McDonell <trevor.mcdonell@gmail.com>
Stabilityexperimental
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Graphics.Gloss.Accelerate.Render

Description

 
Synopsis

Documentation

type Render = forall a b. (Arrays a, Arrays b) => (Acc a -> Acc b) -> a -> b Source #

The type for executing Accelerate computations. This matches the run1 style of executing programs.

Some variants of the display functions take an argument of this type, which determine how computations are executed.