Galaxy S4 Build Problem
Hi,
I was trying to run the tutorial sample on my galaxy s4, and got following errors.
---------Device Log ----------------
Time(21:23:16), App(Esenthel): Error accessing ShaderTech "BloomDSCH" in Shader "Main".
Time(21:23:16), App(Esenthel): Pixel Shader compilation failed:
Time(21:23:16), App(Esenthel): Compile failed.
Time(21:23:16), App(Esenthel): ERROR: 0:83: 'IO_tex1' : undeclared identifer
Time(21:23:16), App(Esenthel): ERROR: 0:83: 'clamp' : no matching overloaded function found
Time(21:23:16), App(Esenthel): ERROR: 0:83: 'IO_tex1' : undeclared identifer
Time(21:23:16), App(Esenthel): ERROR: 0:83: ':' : wrong operand types no operation ':' exists that takes a left-hand operand of type 'no-symbol-id' and a right operand of type 'float' (or there is no acceptable conversion)
Time(21:23:16), App(Esenthel): ERROR: 0:83: 'texture2D' : no matching overloaded function found
Time(21:23:16), App(Esenthel): ERROR: 0:83: 'rgb' : field selection requires structure, vector, or matrix on left hand side
Time(21:23:16), App(Esenthel): ERROR: 0:84: 'IO_tex2' : undeclared identifer
Time(21:23:16), App(Esenthel): ERROR: 0:84: 'clamp' : no matching overloaded function found
Time(21:23:16), App(Esenthel): ERROR: 0:84: 'IO_tex2' : undeclared identifer
Time(21:23:16), App(Esenthel): ERROR: 0:84: ':' : wrong operand types no operation ':' exists that takes a left-hand operand of type 'no-symbol-id' and a right operand of type 'float' (or there is no acceptable conversion)
Time(21:23:16), App(Esenthel): ERROR: 0:84: 'texture2D' : no matching overloaded function found
Time(21:23:16), App(Esenthel): ERROR: 0:84: 'rgb' : field selection requires structure, vector, or matrix on left hand side
Time(21:23:16), App(Esenthel): ERROR: 0:85: 'IO_tex3' : undeclared identifer
Time(21:23:16), App(Esenthel): ERROR: 0:85: 'clamp' : no matching overloaded function found
Time(21:23:16), App(Esenthel): ERROR: 0:85: 'IO_tex3' : undeclared identifer
Time(21:23:16), App(Esenthel): ERROR: 0:85: ':' : wrong operand types no operation ':' exists that takes a left-hand operand of type 'no-symbol-id' and a right operand of type 'float' (or there is no acceptable conversion)
Time(21:23:16), App(Esenthel): ERROR: 0:85: 'texture2D' : no matching overloaded function found
Time(21:23:16), App(Esenthel): ERROR: 0:85: 'rgb' : field selection requires structure, vector, or matrix on left hand side
Time(21:23:16), App(Esenthel): ERROR: 0:85: ')' : syntax error;
Time(21:23:16), App(Esenthel): ERROR: 19 compilation errors. No code generated.
Time(21:23:16), App(Esenthel): WARNING: 0:5: Extension GL_ARB_shader_texture_lod not supported
Time(21:23:16), App(Esenthel): WARNING: 1 compilation warnings.
The operating system on the S4 is "Jelly Bin 4.3". What could be wrong?
|