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

[Impeller] Add the KHR prefix to existing swapchain utilities. #51295

Merged
merged 2 commits into from
Mar 8, 2024

Commits on Mar 8, 2024

  1. [Impeller] Add the KHR prefix to swapchain utilities.

    This is part of blowing up flutter#51213 into smaller commits.
    
    Our current swapchain is based on the VK_KHR_swapchain extension. When this was the only swapchain that could be created, the KHR prefix was dropped. Since we are going to be having multiple swapchain types, add the KHR prefix and make room for other swapchains.
    
    No change in functionality. Just renames classes and files.
    chinmaygarde committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7b277ce View commit details
    Browse the repository at this point in the history
  2. License.

    chinmaygarde committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f5fd8ce View commit details
    Browse the repository at this point in the history