You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running my app under Windows AvaloniaLocator.Current.GetService<IPlatformOpenGlInterface>() != null returns true but when I run the same app on Raspberry Pi it's false..
I made these steps to enable it but nothing helped:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When running my app under Windows
AvaloniaLocator.Current.GetService<IPlatformOpenGlInterface>() != null
returnstrue
but when I run the same app on Raspberry Pi it'sfalse
..I made these steps to enable it but nothing helped:
Avalonia version: 0.10.0
Beta Was this translation helpful? Give feedback.
All reactions