Plane: Add fallback without GL_REPEAT texture wrapping

This isn't supported under GLES 2.0 for npot textures.
This commit is contained in:
Jonas Kulla 2014-07-17 10:09:58 +02:00
parent a17043f785
commit 20e46a98dd
3 changed files with 66 additions and 11 deletions

View file

@ -142,6 +142,7 @@ struct GLFunctions
GL_DEBUG_KHR_FUN
bool unpack_subimage;
bool npot_repeat;
#undef GL_FUN
};