Skip to content
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

Enable GL on Windows ARM #151

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Enable GL on Windows ARM #151

merged 1 commit into from
Mar 7, 2025

Conversation

mattleibow
Copy link

Description of Change

This PR just removes the code that prevents OpenGL from working on Windows ARM.

This was initially done in 0c75727. The reason for this was there was no OpenGL on ARM. However, recently, there is a way: https://apps.microsoft.com/detail/9nqpsl29bfff

The reason we can just remove this code is because we don't actually link with opengl32 directly and instead load it at runtime.

SkiaSharp Issue

Related to mono/SkiaSharp#3155

API Changes

None.

Behavioral Changes

None.

Required SkiaSharp PR

Requires mono/SkiaSharp#3189

PR Checklist

  • Rebased on top of skiasharp at time of PR
  • Changes adhere to coding standard
  • Updated documentation

@mattleibow mattleibow merged commit f8ba1c5 into skiasharp Mar 7, 2025
@mattleibow mattleibow deleted the dev/windows-arm-opengl branch March 7, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant