Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Mipmap questions

  1. #11
    Junior Member Newbie
    Join Date
    Nov 2008
    Posts
    5

    Re: Mipmap questions

    I resolved with a framebuffer samples and glGenerateMipmap(GL_TEXTURE_2D).

    Thanx!

  2. #12
    Junior Member Newbie
    Join Date
    Nov 2008
    Posts
    2

    Re: Mipmap questions

    To everyone struggling with glGenerateMipmapEXT on ATI:

    Remember to do glEnable(GL_TEXTURE_2D) (or whatever target you are using) before calling glGenerateMipmapEXT(GL_TEXTURE_2D). Or else it doesn't work (at least not here)

Posting Permissions

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