Plane: Add fallback without GL_REPEAT texture wrapping
This isn't supported under GLES 2.0 for npot textures.
This commit is contained in:
parent
a17043f785
commit
20e46a98dd
3 changed files with 66 additions and 11 deletions
src
|
|
@ -142,6 +142,7 @@ struct GLFunctions
|
|||
GL_DEBUG_KHR_FUN
|
||||
|
||||
bool unpack_subimage;
|
||||
bool npot_repeat;
|
||||
|
||||
#undef GL_FUN
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue