OpenGL-2.8.0.0: A binding for the OpenGL graphics system

Portabilityportable
Stabilitystable
Maintainersven.panne@aedion.de
Safe HaskellSafe-Inferred

Graphics.Rendering.OpenGL.GL.VertexAttributes

Description

This is a purely internal module for auxiliary vertex attributes.

Synopsis

Documentation

data Color4 a Source

A fully-fledged RGBA color.

Constructors

Color4 !a !a !a !a