OPENGL: Support GLSL based CLUT8 look up for GLES2+.
This commit is contained in:
parent
bf2735cd53
commit
08553a09cf
6 changed files with 14 additions and 19 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue