glDrawRangeElements()

hi guys,

is this function only available in 1.2 or can i access it through an extension?

thanks
-Dave

hmm it is definitely 1.2, but if it is possible to access it through an extension I do not know sorry…

Chris

ok, i had a look in the extension registry and it turns out its an extension. EXT_draw_range_elements. now my question is will it be made apart of gl 1.2?

It’s in OpenGL 1.2. Both my red & blue books (1.2 version) have it, and the OpenGL 1.2 PDF spec from http://www.opengl.org has it.

Hope that helps,
Toby

[This message has been edited by ffish (edited 05-03-2001).]

i posted this a couple of weeks ago but ill ask again.
‘has anyone noticed any speed increase from using this extensions?’

Cool, thanks guys
this should cut out about 5 lines of code!