Struct unity_native_plugin_sys::VkRenderPassInputAttachmentAspectCreateInfo [−][src]
#[repr(C)]pub struct VkRenderPassInputAttachmentAspectCreateInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub aspectReferenceCount: u32,
pub pAspectReferences: *const VkInputAttachmentAspectReference,
}Fields
sType: VkStructureTypepNext: *const c_voidaspectReferenceCount: u32pAspectReferences: *const VkInputAttachmentAspectReferenceTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more