We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b128ee9 commit e9507ccCopy full SHA for e9507cc
1 file changed
code/graphics/opengl/es_compatibility.h
@@ -52,9 +52,6 @@
52
#define glGetDebugMessageLogARB glGetDebugMessageLog
53
#define glDepthRange glDepthRangef
54
55
-struct ConvertedKey { int handle, mip, layer, fmt; };
56
-struct ConvertedTex { std::vector<uint8_t> data; int w, h, fmt; };
57
-
58
// Bring internalFormat info for glTexSubImage3D calls
59
static inline GLint query_internalformat_3d(GLenum target, GLint level)
60
{
0 commit comments