Struct unity_native_plugin_sys::VkRenderPassAttachmentBeginInfo [−][src]
#[repr(C)]pub struct VkRenderPassAttachmentBeginInfo {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub attachmentCount: u32,
pub pAttachments: *const VkImageView,
}Fields
sType: VkStructureTypepNext: *const c_voidattachmentCount: u32pAttachments: *const VkImageViewTrait Implementations
Auto Trait Implementations
impl !Send for VkRenderPassAttachmentBeginInfo
impl !Sync for VkRenderPassAttachmentBeginInfo
impl Unpin for VkRenderPassAttachmentBeginInfo
Blanket Implementations
Mutably borrows from an owned value. Read more