OPENGL: Support GLSL based CLUT8 look up for GLES2+.

This commit is contained in:
Johannes Schickel 2016-01-03 14:06:02 +01:00
parent bf2735cd53
commit 08553a09cf
6 changed files with 14 additions and 19 deletions

View file

@ -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;