Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Using ext_paletted_texture

  1. #1
    Junior Member Regular Contributor
    Join Date
    Apr 2000
    Posts
    138

    Using ext_paletted_texture

    I'm having no joy with this. I get a "white square" like when I forget to enable GL_TEXTURE_2D.

    Does anyone know how to correctly specify an 8-bit paletted texture using this extension?

    cas

  2. #2
    Junior Member Regular Contributor
    Join Date
    Apr 2000
    Posts
    138

    Re: Using ext_paletted_texture

    To reply to myself:

    remember to bind the texture first, then call glColorTableEXT, then call glTexImage2D... and it works

    duh.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •