-
Notifications
You must be signed in to change notification settings - Fork 742
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Samples App] Open GL control arent visible. #18368
Comments
@ramezgerges I think we should be reporting those errors either through events, or with an error message that shows in place in the control itself. |
Fixed by #18385. You should see an image with the text "OpenGL error". |
Hey @ramezgerges Still its not showing the text as |
@jeromelaban, @ramezgerges should we re-open this issue then based on what @Darsh0307 shared above ? |
After talking with @ramezgerges, we will keep the issue open until we understand why @Darsh0307 is still able to reproduce the issue on his side |
@ramezgerges Looking at my environment, the following exception happens:
We should be able to handle this properly, and probably provide a way to customize the content that shows up when OpenGL is not supported properly. We could provide an |
Current behavior
Whenever running Uno Samples app from 5.5 dev , i am not able to see the Open GL components (GLCanvasElement_Cube and GLCanvasElement_Simple ). This problem is coming with Skia Desktop on Windows. The Artifact was downloaded from the given below link.
https://dev.azure.com/uno-platform/Uno%20Platform/_build/results?buildId=138842&view=artifacts&pathAsName=false&type=publishedArtifacts
I have also shared given below the logs message coming when running Skia desktop on Windows.
Expected behavior
We should be able to see GLCanvasElement_Cube and GLCanvasElement_Simple both component s in the samples app.
How to reproduce it (as minimally and precisely as possible)
skia-generic-samples-app-WinUI
zip file from the Azure Devops artifactsdotnet SamplesApp.Skia.Generic.dll
GLCanvasElement_Cube
andGLCanvasElement_Simple
both the controls.Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: