mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 08:15:18 -04:00
glgsg: Fix error when downloading luminance8 texture
This commit is contained in:
parent
cd7abbb797
commit
a8eef28708
@ -14460,6 +14460,7 @@ do_extract_texture_data(CLP(TextureContext) *gtc) {
|
|||||||
break;
|
break;
|
||||||
case GL_LUMINANCE:
|
case GL_LUMINANCE:
|
||||||
#ifndef OPENGLES
|
#ifndef OPENGLES
|
||||||
|
case GL_LUMINANCE8_EXT:
|
||||||
case GL_LUMINANCE16:
|
case GL_LUMINANCE16:
|
||||||
case GL_LUMINANCE16F_ARB:
|
case GL_LUMINANCE16F_ARB:
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user