Khronos Public Bugzilla

Bug 449

Summary: TexImage3d marked as deprecated
Product: OpenGL Reporter: Stephen A. <stapostol>
Component: RegistryAssignee: Jon Leech <devrel>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: sean.harmer
Version: 4.1   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Stephen A. 2011-03-13 10:06:02 PDT
gl.spec marks TexImage3d as deprecated in OpenGL 3.1 [1]. However, this method is still available in OpenGL 4.1 core profile, as evidenced by the reference card. [2]

This affects the C# bindings found at http://www.opentk.com, which respect deprecation warnings.

[1] http://www.opengl.org/registry/api/gl.spec
[2] http://www.khronos.org/files/opengl41-quick-reference-card.pdf
Comment 1 Sean Harmer 2013-04-03 08:56:51 PDT
I've just run into this too with the Qt OpenGL code generator. I'll special case it there but it would be nice if this simple mistake could be fixed in gl.spec.