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

Split vk.rs into multiple files #286

Merged
merged 3 commits into from
Apr 19, 2020
Merged

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    41cff01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa74369 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Breakup and remove generated vk/prelude.rs

    Generator changes:
    
    - No longer convert current dir to a string when checking if the
      path ends with 'generator'
    - Pass the 'ash/src' dir instead of the 'vk.rs' path
    
    Generated and generated output changes:
    
    - The majority of prelude.rs has been moved to macros.rs
    - The pointer chain and Handle are now included in vk.rs
    - Platform types has been moved to its own file.
    aloucks committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    188a224 View commit details
    Browse the repository at this point in the history