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

Replace mem::zeroed() in AllocatorCreateInfo::default() #39

Merged
merged 3 commits into from Oct 20, 2020

Commits on Sep 30, 2020

  1. Replace mem::zeroed() in AllocatorCreateInfo::default()

    Nightly rust has now turned the mem::zeroed warning into a runtime
    panic.
    
    Fixes gwihlidal#19
    aloucks committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    a813a91 View commit details
    Browse the repository at this point in the history
  2. Update the standard validation layer in unit tests

    The old one is no longer present in newer Vulkan SDKs.
    aloucks committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    c21e05c View commit details
    Browse the repository at this point in the history
  3. Cargo fmt

    aloucks committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    d847979 View commit details
    Browse the repository at this point in the history