1
2
3
4
5
6
7
// Generated by `scripts/generate.js`

/// Wrapper for [VkPhysicalDeviceProperties2KHR](https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/VkPhysicalDeviceProperties2KHR.html)
pub type VkPhysicalDeviceProperties2 = super::super::vk::VkPhysicalDeviceProperties2;

#[doc(hidden)]
pub type RawVkPhysicalDeviceProperties2 = super::super::vk::RawVkPhysicalDeviceProperties2;