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

/// Wrapper for [VkDeviceGroupDeviceCreateInfoKHR](https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/VkDeviceGroupDeviceCreateInfoKHR.html)
pub type VkDeviceGroupDeviceCreateInfo<'a, 'b> = super::super::vk::VkDeviceGroupDeviceCreateInfo<'a, 'b>;

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