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

Add support for WinUI accelerated views #2733

Merged
merged 1 commit into from
Feb 3, 2024
Merged

Add support for WinUI accelerated views #2733

merged 1 commit into from
Feb 3, 2024

Commits on Feb 3, 2024

  1. Add support for WinUI accelerated views

    Adds the GPU views for WinUI, but there are a few othe things it need
    to do:
    - Builds ANGLE as this is the primary interop between SkiaSharp and
      DirectX
    - Builds an interop library that extends types needed for interacting
      with ANGLE
    - Enables AngleSwapChainPanel as this is the WinUI view that sets up
      the GL context
    - Enables the SKSwapChainPanel as this is the SkiaSharp accelerated
      view
    - Add a new NativeAssets package for WinUI native files
    mattleibow committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    991d284 View commit details
    Browse the repository at this point in the history