Where should libGLESv2.so live for proper library loading #11365
Replies: 2 comments 11 replies
-
Thanks for the question. Can you show the application logs? You can enable more logging by adding "Uno.UI.Runtime.Skia.GLValidationSurface" at the Trace log level. |
Beta Was this translation helpful? Give feedback.
-
@jeromelaban In doing some more research on our gpu it should in fact support opengl 3.0 under vulkan AND gallium. As far as I understand so far, gallium is a layer under gles that abstracts the gpu specific implementation. Can you perhaps help me close the loop on the loader aspects to confirm the library is being loaded properly and not just failing simultaneously with the validation step? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot stop uno from falling back to software rendering. On my system libGLES is located at
/usr/lib/libGLESv2.so.2.0.0
.Beta Was this translation helpful? Give feedback.
All reactions