Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ private GRContext GetGRContext() =>
partial void DoLoaded()
{
glTextureView = new SKGLTextureView(Context);
// Force the opacity to false for consistency with the other platforms
glTextureView.SetOpaque(false);
DoEnableRenderLoop(EnableRenderLoop);
glTextureView.PaintSurface += OnPaintSurface;
AddView(glTextureView);
Expand Down