I believe the gl.spec entry for glDeleteTexturesEXT is missing
an 'alias' line:
DeleteTexturesEXT(n, textures)
return void
param n SizeI in value
param textures Texture in array [n]
category EXT_texture_object
dlflags notlistable
version 1.0
glxflags EXT
glxvendorpriv 12
extension
glsopcode 0x0149
I went back through some old versions of gl.spec and found that
in version 1.2 of the file there was an alias:
alias DeleteTextures
But in version 1.3 of gl.spec it was removed. The check-in log
for version 1.3 is:
revision 1.3
date: 2000/05/16 23:24:14; author: ljp; state: Exp; lines: +105 -53
Update spec file with new opcodes, fixed function names. Allow
generating glext.h with or without prototypes. Minor build and man page
tweaks.
Perhaps this was an accidental delete.
Can this be fixed, please?
-Brian
|