mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
unbreak GLES
This commit is contained in:
parent
fb71b744a9
commit
ec18c967dd
@ -9485,7 +9485,9 @@ do_extract_texture_data(CLP(TextureContext) *gtc) {
|
||||
format = Texture::F_color_index;
|
||||
break;
|
||||
#endif
|
||||
#if GL_DEPTH_COMPONENT != GL_DEPTH_COMPONENT24
|
||||
case GL_DEPTH_COMPONENT:
|
||||
#endif
|
||||
case GL_DEPTH_COMPONENT16:
|
||||
case GL_DEPTH_COMPONENT24:
|
||||
case GL_DEPTH_COMPONENT32:
|
||||
|
Loading…
x
Reference in New Issue
Block a user