fwgl-0.1.2.2: FRP 2D/3D game engine

Safe HaskellNone
LanguageHaskell2010

FWGL.Shader.CPU

Synopsis

Documentation

class Typeable g => AttributeCPU c g | g -> c where Source

CPU types convertible to GPU types (as attributes).

Methods

encodeAttribute :: g -> [c] -> GL Array Source

setAttribute :: g -> GLUInt -> GL () Source