Login  Register

Re: Updating glext.h confuses gluegen with function pointer GLDEBUGPROCARB

Posted by kotloft on Feb 24, 2013; 1:08pm
URL: https://forum.jogamp.org/Updating-glext-h-confuses-gluegen-with-function-pointer-GLDEBUGPROCARB-tp4028327p4028346.html

Hi @gouessej, no they are not all nv specific. Things like glTextureView actually belong to GL4.2 ARB extension.
There are lot of other stuffs in the latest glext.h, such as deleting old deprecated functions or providing new macros.


Hi @Sven, i see your point. the Kepler stuffs belongs to nv_bindless_texture which are written against GL4.0.
and glTextureView belongs to ARB_texture_view which is written against GL4.2 and it is now a core part of GL4.3.
Other latest changes includes: OES fixed point routines, khronos ASTC compressed texture routines and macros.
As what you have pointed out, i think i better put them into gl3ext.h. Also It appears that a GL4.3 profile might be needed for glTextureView. But, GL4.2 profile should also have this extension according to spec.