Struct unity_native_plugin_sys::VkSubpassDescription [−][src]
#[repr(C)]pub struct VkSubpassDescription {
pub flags: VkSubpassDescriptionFlags,
pub pipelineBindPoint: VkPipelineBindPoint,
pub inputAttachmentCount: u32,
pub pInputAttachments: *const VkAttachmentReference,
pub colorAttachmentCount: u32,
pub pColorAttachments: *const VkAttachmentReference,
pub pResolveAttachments: *const VkAttachmentReference,
pub pDepthStencilAttachment: *const VkAttachmentReference,
pub preserveAttachmentCount: u32,
pub pPreserveAttachments: *const u32,
}Fields
flags: VkSubpassDescriptionFlagspipelineBindPoint: VkPipelineBindPointinputAttachmentCount: u32pInputAttachments: *const VkAttachmentReferencecolorAttachmentCount: u32pColorAttachments: *const VkAttachmentReferencepResolveAttachments: *const VkAttachmentReferencepDepthStencilAttachment: *const VkAttachmentReferencepreserveAttachmentCount: u32pPreserveAttachments: *const u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkSubpassDescription
impl !Send for VkSubpassDescription
impl !Sync for VkSubpassDescription
impl Unpin for VkSubpassDescription
impl UnwindSafe for VkSubpassDescription
Blanket Implementations
Mutably borrows from an owned value. Read more