- Home /
Question by
snmt_singh · Aug 22, 2014 at 08:27 AM ·
androidshaderglsl
GLSL shader not working on android
I am using GLSL shader in my project on a plain, which is working fine on editor but when i build and run apk on android, plain appears pink.
Thank you
Comment
Pink means no shader or that the device is not capable of running that shader i think. Did you force OpenGL ES2? perhaps your shader has instructions that the device is not able to use.
YES i forced openGL ES 2. I am not familiar with opengl/glsl , i am just using shader code.
Your answer
Follow this Question
Related Questions
GLSL Shaders not working on android. 0 Answers
GLSL error 1 Answer
How to use #extension with GLSL shader 0 Answers
conditional vertex texture fetch / texture lookups in vertex shader 0 Answers
Uniform variable fails on the android 0 Answers