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

vk/platform_types: Mark SECURITY_ATTRIBUTES as a true ffi::c_void #433

Merged
merged 1 commit into from
May 10, 2021

Commits on May 10, 2021

  1. vk/platform_types: Mark SECURITY_ATTRIBUTES as a true ffi::c_void

    `()` is an empty tuple which can be constructed, while `ffi::c_void`
    cannot.  This is only ever used as an opaque pointer anyway and not used
    by Ash; those wishing to access members directly should cast it to a
    struct representation of choice (`winapi`, `windows-rs` or something
    custom).
    
    Fixes #156
    MarijnS95 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    391c034 View commit details
    Browse the repository at this point in the history