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: Like a beginner :)

  1. #1
    Junior Member Regular Contributor
    Join Date
    Sep 2000
    Location
    Aix en Provence, France
    Posts
    182

    Like a beginner :)

    Suddenly, the engine was sooooo slooooow ...
    Searched during a while ...
    Texture allocation in display list=no good

    glTexImage2D in a displaylist = major performance slowdown ...
    -----
    Paddy
    Software Engineer
    I/O Labs

  2. #2
    Senior Member OpenGL Guru
    Join Date
    Feb 2000
    Location
    Sweden
    Posts
    3,115

    Re: Like a beginner :)

    Well of course, glTexImage2D would be called, and therefore a new texture would be uploaded, every time you call the displaylist

Posting Permissions

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