pub type RenderingAttachmentInfoKHR = RenderingAttachmentInfo;Aliased Type§
#[repr(C)]pub struct RenderingAttachmentInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image_view: ImageView,
pub image_layout: ImageLayout,
pub resolve_mode: ResolveModeFlagBits,
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: StructureTypeMust be VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO.
p_next: *const c_voidOptional, may be null.
image_view: ImageView§image_layout: ImageLayout§resolve_mode: ResolveModeFlagBits§resolve_image_view: ImageView§resolve_image_layout: ImageLayout§load_op: AttachmentLoadOp§store_op: AttachmentStoreOp§clear_value: ClearValue