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
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
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
Correct, I'd recommend not using this, for that very reason. In the future there will be the ARB spec anyhow...
- Matt