Shader not working in CustomLayerHost on some Samsung #3558
Answered
by
MichaelUvarov
MichaelUvarov
asked this question in
Q&A
-
|
I integrated the example with JS (https://maplibre.org/maplibre-gl-js/docs/examples/custom-style-layer/). This works on many devices, even many Samsung devices. But on some Samsung, for some reason the logs don't show errors and nothing is displayed. Help me figure out why Part of my code: |
Beta Was this translation helpful? Give feedback.
Answered by
MichaelUvarov
Jun 26, 2025
Replies: 1 comment
-
|
solution found: driver on some samsung does not accept int on vertex shader input, need use float |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MichaelUvarov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
solution found: driver on some samsung does not accept int on vertex shader input, need use float