Struct unity_native_plugin_sys::VkAttachmentDescription2 [−][src]
#[repr(C)]pub struct VkAttachmentDescription2 {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub flags: VkAttachmentDescriptionFlags,
pub format: VkFormat,
pub samples: VkSampleCountFlagBits,
pub loadOp: VkAttachmentLoadOp,
pub storeOp: VkAttachmentStoreOp,
pub stencilLoadOp: VkAttachmentLoadOp,
pub stencilStoreOp: VkAttachmentStoreOp,
pub initialLayout: VkImageLayout,
pub finalLayout: VkImageLayout,
}Fields
sType: VkStructureTypepNext: *const c_voidflags: VkAttachmentDescriptionFlagsformat: VkFormatsamples: VkSampleCountFlagBitsloadOp: VkAttachmentLoadOpstoreOp: VkAttachmentStoreOpstencilLoadOp: VkAttachmentLoadOpstencilStoreOp: VkAttachmentStoreOpinitialLayout: VkImageLayoutfinalLayout: VkImageLayoutTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkAttachmentDescription2
impl !Send for VkAttachmentDescription2
impl !Sync for VkAttachmentDescription2
impl Unpin for VkAttachmentDescription2
impl UnwindSafe for VkAttachmentDescription2
Blanket Implementations
Mutably borrows from an owned value. Read more