diff options
Diffstat (limited to 'backends/graphics/opengl/opengl-sys.h')
-rw-r--r-- | backends/graphics/opengl/opengl-sys.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/graphics/opengl/opengl-sys.h b/backends/graphics/opengl/opengl-sys.h index 9c3dfe8244..a584259abe 100644 --- a/backends/graphics/opengl/opengl-sys.h +++ b/backends/graphics/opengl/opengl-sys.h @@ -114,9 +114,6 @@ struct Context { /** Whether multi texture support is available or not. */ bool multitextureSupported; - /** Whether (GLES2) RG texture formats are supported. */ - bool textureRGSupported; - /** Whether FBO support is available or not. */ bool framebufferObjectSupported; |