Table of Contents

Module: gl_images urdpyg/gl_images.py
Imported modules   
from OpenGL.GL import *
import os
import pygame
import time
Functions   
load_gl_textureRGB
load_gl_textureRGBA
  load_gl_textureRGB 
load_gl_textureRGB (
        name,
        flip=1,
        internal_format=GL_RGB,
        )

returns a texid for the loaded image.

  load_gl_textureRGBA 
load_gl_textureRGBA (
        name,
        flip=1,
        internal_format=GL_RGBA,
        )


Table of Contents

This document was automatically generated on Sat Jul 30 12:45:44 2005 by HappyDoc version 2.1