When running Servo on Android, the following shader compile error occurs (after applying the previous two Android patches, #626 and #627):
D/RustAndroidGlueStdouterr(22216): DEBUG:webrender::device: compile "ps_rectangle"
D/RustAndroidGlueStdouterr(22216): DEBUG:webrender::device: compile "ps_rectangle"
D/RustAndroidGlueStdouterr(22216): Failed to compile shader: "ps_rectangle"
D/RustAndroidGlueStdouterr(22216): WARN:servo: Panic hook called.
D/RustAndroidGlueStdouterr(22216): 0:715: S0001: No matching overload for function 'textureLod' found
D/RustAndroidGlueStdouterr(22216): ERROR:servo: -- Shader compile failed - exiting --
Here's the textureLod call. The problem occurs on an Odroid XU3, running Android 4.4.4.
Related: servo/servo#13154
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