Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shader error on mobile phone #20

Open
volzhs opened this issue Apr 7, 2021 · 0 comments
Open

Shader error on mobile phone #20

volzhs opened this issue Apr 7, 2021 · 0 comments

Comments

@volzhs
Copy link

volzhs commented Apr 7, 2021

It's fine on PC but got an error below and no 3d text on screen with Galaxy S9+.
it happens on both GLES2 & 3.

E 0:00:01.429   _display_error_with_code: SceneShaderGLES2: Program linking failed:
L0006 The number of fragment shader input components (62) is greater than the maximum number allowed (60).
L0006 The number of vertex and fragment shader varying components (63) is greater than the maximum number allowed (60).

  <C++ Source>  drivers/gles2/shader_gles2.cpp:130 @ _display_error_with_code()
E 0:00:01.592   _display_error_with_code: SceneShaderGLES3: Program LINK FAILED:
L0004 The number of fragment shader input components (62) is greater than the maximum number allowed (60).
L0004 The number of vertex and fragment shader varying components (63) is greater than the maximum number allowed (60).

  <C++ Source>  drivers/gles3/shader_gles3.cpp:164 @ _display_error_with_code()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant