pub type VkInputAttachmentAspectReferenceKHR = VkInputAttachmentAspectReference;
Aliased Type§
#[repr(C)]pub struct VkInputAttachmentAspectReferenceKHR {
pub subpass: u32,
pub inputAttachmentIndex: u32,
pub aspectMask: u32,
}
Fields§
§subpass: u32
§inputAttachmentIndex: u32
§aspectMask: u32