
TexImage3D deprecated?
Posted Friday, 11 March, 2011 - 15:13 by tksuoran| Project: | The Open Toolkit library |
| Version: | 1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | in progress |
Jump to:
Description
OpenGL signatures.xml has this line:
<function name="TexImage3D" extension="Core" category="VERSION_1_2" version="1.2" deprecated="3.1">
In effect, generating a slim OpenTK by skipping deprecated features in Bind results OpenTK without TexImage3D. I think this function is not deprecated and the signature should be fixed.


Comments
#1
TexImage3d is indeed deprecated. Check gl.spec:
Either the spec has a bug (in which case I will report it to the Khronos bug tracker) or you are supposed to use texture arrays instead of 3d textures.
#2
It's in the latest GL specification, and nowhere mention to be deprecated. So this must be a bug in gl.spec - please report to Khronos.
#3
Thanks, reported as bug #449.