pub type RenderingAttachmentInfoKHR = RenderingAttachmentInfo;

Aliased Type§

struct RenderingAttachmentInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub image_view: ImageView,
    pub image_layout: ImageLayout,
    pub resolve_mode: ResolveModeFlags,
    pub resolve_image_view: ImageView,
    pub resolve_image_layout: ImageLayout,
    pub load_op: AttachmentLoadOp,
    pub store_op: AttachmentStoreOp,
    pub clear_value: ClearValue,
}

Fields§

§s_type: StructureType§p_next: *const c_void§image_view: ImageView§image_layout: ImageLayout§resolve_mode: ResolveModeFlags§resolve_image_view: ImageView§resolve_image_layout: ImageLayout§load_op: AttachmentLoadOp§store_op: AttachmentStoreOp§clear_value: ClearValue

Implementations

Trait Implementations

source§

impl TaggedStructure for RenderingAttachmentInfo

source§

const STRUCTURE_TYPE: StructureType = StructureType::RENDERING_ATTACHMENT_INFO

source§

impl Copy for RenderingAttachmentInfo

source§

impl Default for RenderingAttachmentInfo

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Clone for RenderingAttachmentInfo

source§

fn clone(&self) -> RenderingAttachmentInfo

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for RenderingAttachmentInfo

source§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more