summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/formats.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/formats.h')
-rw-r--r--video/out/opengl/formats.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/video/out/opengl/formats.h b/video/out/opengl/formats.h
index 9b20c3fa26..288e92f5db 100644
--- a/video/out/opengl/formats.h
+++ b/video/out/opengl/formats.h
@@ -7,11 +7,9 @@ struct gl_format {
GLint internal_format; // glTexImage argument
GLenum format; // glTexImage argument
GLenum type; // e.g. GL_UNSIGNED_SHORT
- int flags;
+ int flags; // F_* flags
};
-extern const struct gl_format gl_formats[];
-
enum {
// --- gl_format.flags