Skip to content

Index of Module ln_glcore

Matthias Görges edited this page Aug 3, 2013 · 28 revisions

Module: ln_glcore

The module ln_glcore provides the an absolutely minimal OpenGL (ES) interface for rendering gui elements. This module is REQUIRED for any application with a GUI.

Note: Unless you are developing new widgets with special features, you will never need to modify or even look at this code with the exception of gltrace related functions, which are used in combination when a glgui-trace widget is setup and updated.

Functions in this module:

Function Short Description
(glOrtho arg1 arg2 arg3 arg4 arg5 arg6) placeholder, please help expand!
(glColor4f a b c d) placeholder, please help expand!
(glTranslatef a b c) placeholder, please help expand!
(glScalef a b c) placeholder, please help expand!
(glRotatef a b c d) placeholder, please help expand!
(glVertexPointer arg1 arg2 arg3 arg4) placeholder, please help expand!
(glColorPointer arg1 arg2 arg3 arg4) placeholder, please help expand!
(glTexCoordPointer arg1 arg2 arg3 arg4) placeholder, please help expand!
(glGenTextures arg1 arg2) placeholder, please help expand!
(glDeleteTextures arg1 arg2) placeholder, please help expand!
(glTexImage2D arg1 arg2 arg3 arg4 arg5 arg6 arg7 arg8 arg9) placeholder, please help expand!
(glTexSubImage2D arg1 arg2 arg3 arg4 arg5 arg6 arg7 arg8 arg9) placeholder, please help expand!
(glCoreInit) placeholder, please help expand!
(glCoreColor c) placeholder, please help expand!
(glCoreBegin type) placeholder, please help expand!
(glCoreEnd) placeholder, please help expand!
(glCoreVertex2f x0 y0 . xtra) placeholder, please help expand!
(glCoreTextureCreate w h data . aux) placeholder, please help expand!
(glCoreTextureWidth t) placeholder, please help expand!
(glCoreTextureHeight t) placeholder, please help expand!
(glCoreTextureData t) placeholder, please help expand!
(glCoreClipPush . coords) placeholder, please help expand!
(glCoreTextureDraw x y w0 h0 t x1 y1 x2 y2 r . colors) placeholder, please help expand!
(glCoreTexturePolygonDraw _cx _cy points t _r) placeholder, please help expand!
(glCoreTextureUpdate t) placeholder, please help expand!
(_glCoreTextureBind t) placeholder, please help expand!
(_glCoreTextureInit t) placeholder, please help expand!
(_glCoreTextureReset t) placeholder, please help expand!
(glCoreTextureReset) placeholder, please help expand!
(make-gltrace w h mode vmin vmax vlo vhi) placeholder, please help expand!
(gltrace-add t val) placeholder, please help expand!
(gltrace-draw t x y w h) placeholder, please help expand!
(gltrace-update t) placeholder, please help expand!

Clone this wiki locally