Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError: No matching overload for function 'textureLod' found #628
Comments
|
That's interesting - as far as I can see textureLod is part of es3. @kvark We could change this to a texture(Offset) right? (even if just as a workaround for now). |
|
Oh, I think we just need to pass |
|
Ah, that makes sense. |
|
Thanks; at the moment I don't have the Odroid at hand, but I will try it tomorrow (GMT+1). |
|
Using |
bors-servo
added a commit
that referenced
this issue
Dec 14, 2016
Fix `textureLod` parameter type Fixes #628. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/632) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running Servo on Android, the following shader compile error occurs (after applying the previous two Android patches, #626 and #627):
Here's the
textureLodcall. The problem occurs on an Odroid XU3, running Android 4.4.4.Related: servo/servo#13154