Skip to content

After updating from Filament v1.39 to 1.40, the display is very slow #6924

Closed Answered by bejado
cx20 asked this question in Q&A
Discussion options

You must be logged in to vote

After some investigation, it appears this is due to slow shader compilation on WebGL. Shader compilation is already slow with WebGL due to a known bug with Chrome. However, after #6848, we're now pre-compiling all the variants of a single material, which exacerbates the problem.

Thankfully the workaround (for now) is straightforward: #6925

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@bejado
Comment options

@bejado
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by cx20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants