mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -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;
|
||||
case GL_LUMINANCE:
|
||||
#ifndef OPENGLES
|
||||
case GL_LUMINANCE8_EXT:
|
||||
case GL_LUMINANCE16:
|
||||
case GL_LUMINANCE16F_ARB:
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user