Struct unity_native_plugin_sys::VkInputAttachmentAspectReference [−][src]
#[repr(C)]pub struct VkInputAttachmentAspectReference {
pub subpass: u32,
pub inputAttachmentIndex: u32,
pub aspectMask: VkImageAspectFlags,
}Fields
subpass: u32inputAttachmentIndex: u32aspectMask: VkImageAspectFlagsTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl Send for VkInputAttachmentAspectReference
impl Sync for VkInputAttachmentAspectReference
impl Unpin for VkInputAttachmentAspectReference
Blanket Implementations
Mutably borrows from an owned value. Read more