GLURaw-1.4.0.1: A raw binding for the OpenGL graphics system

Portabilityportable
Stabilitystable
MaintainerSven Panne <svenpanne@gmail.com>
Safe HaskellNone

Graphics.Rendering.GLU.Raw.Callbacks

Contents

Description

All callbacks from GLU 1.3, see http://www.opengl.org/.

Synopsis

Tessellator Callbacks

Tessellator Callbacks without Polygon Data

type TessCombineCallback v = Ptr GLdouble -> Ptr (Ptr v) -> Ptr GLfloat -> Ptr (Ptr v) -> IO ()Source

Tessellator Callbacks with Polygon Data

type TessVertexDataCallback v p = Ptr v -> Ptr p -> IO ()Source

type TessCombineDataCallback v p = Ptr GLdouble -> Ptr (Ptr v) -> Ptr GLfloat -> Ptr (Ptr v) -> Ptr p -> IO ()Source

Quadrics Callbacks

NURBS Callbacks

NURBS Callbacks without User Data

NURBS Callbacks with User Data