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 3 of 3

Thread: GL_NV_element_array performance

  1. #1
    Junior Member Newbie
    Join Date
    Nov 2002
    Posts
    1

    GL_NV_element_array performance

    On my Gefore4-4200 using 40.72 drivers, drawing with GL_NV_element_array is slower than the glDrawElements (using VARs for the data in both cases).

    Has anyone of you a clue WHY?

    Thanks

    Olivier

  2. #2
    Member Regular Contributor
    Join Date
    Jul 2002
    Location
    Austria
    Posts
    280

    Re: GL_NV_element_array performance

    You only get that extension, if you're running in NV30 emulation mode. Naturally it runs in software and is thus slow.
    I think Matt stated somewhere that he doesn't think it's possible to implement NV_element_array on a GF4 in hardware...I'm not sure though ;-)
    XEngine - The Platform- and API-Independent 3D Engine
    with Programmable Pipeline Support: [URL=http://xengine.sourceforge.net
    My]http://xengine.sourceforge.net

  3. #3
    Senior Member OpenGL Pro
    Join Date
    Sep 2000
    Location
    Santa Clara, CA
    Posts
    1,463

    Re: GL_NV_element_array performance

    Correct, I'd recommend not using this, for that very reason. In the future there will be the ARB spec anyhow...

    - Matt

Posting Permissions

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