Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ash-rs#156
- Loading branch information