Type Alias VkDeviceImageMemoryRequirementsKHR

Source
pub type VkDeviceImageMemoryRequirementsKHR = VkDeviceImageMemoryRequirements;

Aliased Type§

struct VkDeviceImageMemoryRequirementsKHR {
    pub sType: VkStructureType,
    pub pNext: *const c_void,
    pub pCreateInfo: *const VkImageCreateInfo,
    pub planeAspect: VkImageAspectFlagBits,
}

Fields§

§sType: VkStructureType§pNext: *const c_void§pCreateInfo: *const VkImageCreateInfo§planeAspect: VkImageAspectFlagBits