Struct unity_native_plugin_sys::VkAttachmentDescription [−][src]
#[repr(C)]pub struct VkAttachmentDescription {
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
flags: VkAttachmentDescriptionFlagsformat: VkFormatsamples: VkSampleCountFlagBitsloadOp: VkAttachmentLoadOpstoreOp: VkAttachmentStoreOpstencilLoadOp: VkAttachmentLoadOpstencilStoreOp: VkAttachmentStoreOpinitialLayout: VkImageLayoutfinalLayout: VkImageLayoutTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkAttachmentDescription
impl Send for VkAttachmentDescription
impl Sync for VkAttachmentDescription
impl Unpin for VkAttachmentDescription
impl UnwindSafe for VkAttachmentDescription
Blanket Implementations
Mutably borrows from an owned value. Read more