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 TexCoord4 a

Fully-fledged four-dimensional texture coordinates.

Constructors

TexCoord4 !a !a !a !a 

data Color4 a

A fully-fledged RGBA color.

Constructors

Color4 !a !a !a !a