Type Alias ash::vk::RenderingAttachmentInfoKHR
source · 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
source§impl RenderingAttachmentInfo
impl RenderingAttachmentInfo
pub fn builder<'a>() -> RenderingAttachmentInfoBuilder<'a>
Trait Implementations
source§impl TaggedStructure for RenderingAttachmentInfo
impl TaggedStructure for RenderingAttachmentInfo
const STRUCTURE_TYPE: StructureType = StructureType::RENDERING_ATTACHMENT_INFO
impl Copy for RenderingAttachmentInfo
source§impl Default for RenderingAttachmentInfo
impl Default for RenderingAttachmentInfo
source§impl Clone for RenderingAttachmentInfo
impl Clone for RenderingAttachmentInfo
source§fn clone(&self) -> RenderingAttachmentInfo
fn clone(&self) -> RenderingAttachmentInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more