Menu

#247 GL_1_1.GL_TEXTURE_DEPTH and COMPONENT_COUNTS

open
GL (74)
5
2012-02-17
2012-02-17
Anonymous
No

When using glGetTexImage to read a 3D texture, this fails because GL_1_1.GL_TEXTURE_DEPTH is missing in OpenGL/GL/images.py, glGetTexImage.

In the same file, the call to images.COMPONENT_COUNTS.update should include
GL_RED_INTEGER,
GL_GREEN_INTEGER,
GL_BLUE_INTEGER,
GL_RG_INTEGER,
GL_RGB_INTEGER,
GL_RGBA_INTEGER,
GL_BGR_INTEGER,
GL_BGRA_INTEGER.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.