mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Work around certain buggy Vivante GPU drivers on Android
love2d/love-android#204
This commit is contained in:
@@ -95,7 +95,7 @@ GLSL.FUNCTIONS = [[
|
||||
#if __VERSION__ >= 300 || defined(GL_OES_texture_3D)
|
||||
precision lowp sampler3D;
|
||||
#endif
|
||||
#if __VERSION__ >= 300
|
||||
#if __VERSION__ >= 300 && !defined(LOVE_GLSL1_ON_GLSL3)
|
||||
precision lowp sampler2DShadow;
|
||||
precision lowp samplerCubeShadow;
|
||||
precision lowp sampler2DArrayShadow;
|
||||
|
||||
Reference in New Issue
Block a user