graphicsdriver/opengl: Enable dFdx for mobiles

Fixes #1404
This commit is contained in:
Hajime Hoshi
2020-11-21 19:40:07 +09:00
parent b72848dc97
commit dd46221968
4 changed files with 30 additions and 3 deletions

View File

@@ -22,5 +22,5 @@ func glslVersion() glsl.GLSLVersion {
if isWebGL2Available {
return glsl.GLSLVersionES300
}
return glsl.GLSLVersionWebGL1
return glsl.GLSLVersionES100
}