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

[RFC] Treat all types in the Vulkan namespace as fundamental #1134

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    1b21bdc View commit details
    Browse the repository at this point in the history
  2. Don't prefix with ash::vk::, instead expect a crate named vulkan::

    This crate would be the place where either:
    
    1. `ash::vk::*` is reexported;
    2. manual reexports are generated from `Vulkan-1.0.gir`;
    3. something else.
    MarijnS95 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    12fab48 View commit details
    Browse the repository at this point in the history
  3. WIP: Don't treat the vulkan. (lowercase?) namespace as "ignored"

    Gir.toml glob matches don't seem to function:
    
      [[object]]
      name = "vulkan.*"
      status = "generate"
      [[object]]
      name = "vulkan.*"
      status = "generate"
    MarijnS95 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1e902d7 View commit details
    Browse the repository at this point in the history