Disable (at least for now) PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC typedef.
authorBrian <brian@yutani.localnet.net>
Sat, 19 May 2007 14:56:15 +0000 (08:56 -0600)
committerBrian <brian@yutani.localnet.net>
Sat, 19 May 2007 14:56:15 +0000 (08:56 -0600)
commit74519c42311c67a2f914768abbe905d321702386
tree220523e5cc181de70166f85987151d89ef3b74fd
parent80a579871904a05226bceeca6cf8725f58ed358e
Disable (at least for now) PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC typedef.

If an app (like progs/samples/blendxor.c) includes both gl.h and glext.h
this typedef will get hit in both headers, causing an error.
Possibly work around by bringing GL_NV_geometry_program4 items into gl.h.
include/GL/gl.h