uno icon indicating copy to clipboard operation
uno copied to clipboard

feat(android): GLCanvasElement

Open ramezgerges opened this issue 1 year ago • 7 comments

GitHub Issue (If applicable): https://github.com/unoplatform/uno/issues/9405, follows from #16621

PR Type

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior?

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

Internal Issue (If applicable):

ramezgerges avatar Sep 16 '24 16:09 ramezgerges

🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18216/index.html

unodevops avatar Sep 16 '24 16:09 unodevops

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18216/index.html

unodevops avatar Sep 16 '24 16:09 unodevops

/azp run

jeromelaban avatar Oct 06 '24 20:10 jeromelaban

Azure Pipelines successfully started running 2 pipeline(s).

azure-pipelines[bot] avatar Oct 06 '24 20:10 azure-pipelines[bot]

🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18216/index.html

unodevops avatar Oct 06 '24 21:10 unodevops

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18216/index.html

unodevops avatar Oct 06 '24 21:10 unodevops

@ramezgerges

Section changed: SearchContent
fail: Microsoft.UI.Xaml.UIElement[0]
      OnElementUnloaded failed in FrameworkElement
      System.NullReferenceException: Object reference not set to an instance of an object.
         at UITests.Shared.Windows_UI_Composition.RotatingCubeGlCanvasElement.OnDestroy(GL Gl) in C:\a\1\s\src\SamplesApp\UITests.Shared\Windows_UI_Composition\RotatingCubeGlCanvasElement.cs:line 121
         at Uno.WinUI.Graphics3DGL.GLCanvasElement.OnUnloaded(Object sender, RoutedEventArgs routedEventArgs) in C:\a\1\s\src\AddIns\Uno.WinUI.Graphics3DGL\GLCanvasElement.cs:line 286
         at Microsoft.UI.Xaml.FrameworkElement.<OnFwEltUnloaded>g__InvokeUnloaded|86_0() in C:\a\1\s\src\Uno.UI\UI\Xaml\FrameworkElement.crossruntime.cs:line 206
         at Microsoft.UI.Xaml.FrameworkElement.<OnFwEltUnloaded>g__InvokeUnloadedWithTry|86_1() in C:\a\1\s\src\Uno.UI\UI\Xaml\FrameworkElement.crossruntime.cs:line 221
info: Uno.UI.Runtime.Skia.MacOS.MacOSNativeOpenGLWrapper[0]
      Found EGL version 1.5.
fail: Microsoft.UI.Xaml.UIElement[0]
      OnElementLoaded failed in FrameworkElement
      System.Exception: Vertex shader failed to compile: ERROR: 0:2: '#' : invalid character
      ERROR: 0:2: 'for' : syntax error

         at UITests.Shared.Windows_UI_Composition.SimpleTriangleGlCanvasElement.Init(GL gl) in C:\a\1\s\src\SamplesApp\UITests.Shared\Windows_UI_Composition\SimpleTriangleGlCanvasElement.cs:line 80
         at Uno.WinUI.Graphics3DGL.GLCanvasElement.OnLoaded(Object sender, RoutedEventArgs routedEventArgs) in C:\a\1\s\src\AddIns\Uno.WinUI.Graphics3DGL\GLCanvasElement.cs:line 245
         at Microsoft.UI.Xaml.FrameworkElement.<OnFwEltLoaded>g__InvokeLoadedWithTry|327_1() in C:\a\1\s\src\Uno.UI\UI\Xaml\FrameworkElement.Layout.crossruntime.cs:line 111
dbug: Uno.UI.Runtime.Skia.MacOS.MacOSWindowHost[0]
      SetPointerCapture not supported on macOS.
dbug: Uno.UI.Runtime.Skia.MacOS.MacOSWindowHost[0]
      ReleasePointerCapture not supported on macOS.
Section changed: SearchContent
info: Uno.UI.Runtime.Skia.MacOS.MacOSNativeOpenGLWrapper[0]
      Found EGL version 1.5.
fail: Microsoft.UI.Xaml.UIElement[0]
      OnElementLoaded failed in FrameworkElement
      System.Exception: Error compiling shader of type VertexShader, failed with error ERROR: 0:2: '#' : invalid character
      ERROR: 0:2: 'for' : syntax error

         at UITests.Shared.Windows_UI_Composition.RotatingCubeGlCanvasElement.Shader.LoadShader(ShaderType type, String src) in C:\a\1\s\src\SamplesApp\UITests.Shared\Windows_UI_Composition\RotatingCubeGlCanvasElement.cs:line 241
         at UITests.Shared.Windows_UI_Composition.RotatingCubeGlCanvasElement.Shader..ctor(GL gl, String vertexShaderSource, String fragmentShaderSource) in C:\a\1\s\src\SamplesApp\UITests.Shared\Windows_UI_Composition\RotatingCubeGlCanvasElement.cs:line 175
         at UITests.Shared.Windows_UI_Composition.RotatingCubeGlCanvasElement.Init(GL Gl) in C:\a\1\s\src\SamplesApp\UITests.Shared\Windows_UI_Composition\RotatingCubeGlCanvasElement.cs:line 113
         at Uno.WinUI.Graphics3DGL.GLCanvasElement.OnLoaded(Object sender, RoutedEventArgs routedEventArgs) in C:\a\1\s\src\AddIns\Uno.WinUI.Graphics3DGL\GLCanvasElement.cs:line 245
         at Microsoft.UI.Xaml.FrameworkElement.<OnFwEltLoaded>g__InvokeLoadedWithTry|327_1() in C:\a\1\s\src\Uno.UI\UI\Xaml\FrameworkElement.Layout.crossruntime.cs:line 111

jeromelaban avatar Oct 08 '24 15:10 jeromelaban

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 10 days.

github-actions[bot] avatar Apr 06 '25 02:04 github-actions[bot]

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or it will be closed in 10 days.

github-actions[bot] avatar Jul 17 '25 02:07 github-actions[bot]

This PR was closed because it has been stalled for 10 days with no activity.

github-actions[bot] avatar Jul 28 '25 02:07 github-actions[bot]

We won't need this change, this is specifically for native.

jeromelaban avatar Aug 14 '25 14:08 jeromelaban