Struct ash::vk::AttachmentSampleCountInfoAMD
source · #[repr(C)]pub struct AttachmentSampleCountInfoAMD {
pub s_type: StructureType,
pub p_next: *const c_void,
pub color_attachment_count: u32,
pub p_color_attachment_samples: *const SampleCountFlags,
pub depth_stencil_attachment_samples: SampleCountFlags,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§color_attachment_count: u32
§p_color_attachment_samples: *const SampleCountFlags
§depth_stencil_attachment_samples: SampleCountFlags
Implementations§
source§impl AttachmentSampleCountInfoAMD
impl AttachmentSampleCountInfoAMD
pub fn builder<'a>() -> AttachmentSampleCountInfoAMDBuilder<'a>
Trait Implementations§
source§impl Clone for AttachmentSampleCountInfoAMD
impl Clone for AttachmentSampleCountInfoAMD
source§fn clone(&self) -> AttachmentSampleCountInfoAMD
fn clone(&self) -> AttachmentSampleCountInfoAMD
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 moresource§impl Debug for AttachmentSampleCountInfoAMD
impl Debug for AttachmentSampleCountInfoAMD
source§impl TaggedStructure for AttachmentSampleCountInfoAMD
impl TaggedStructure for AttachmentSampleCountInfoAMD
const STRUCTURE_TYPE: StructureType = StructureType::ATTACHMENT_SAMPLE_COUNT_INFO_AMD
impl Copy for AttachmentSampleCountInfoAMD
impl ExtendsCommandBufferInheritanceInfo for AttachmentSampleCountInfoAMD
impl ExtendsGraphicsPipelineCreateInfo for AttachmentSampleCountInfoAMD
Auto Trait Implementations§
impl Freeze for AttachmentSampleCountInfoAMD
impl RefUnwindSafe for AttachmentSampleCountInfoAMD
impl !Send for AttachmentSampleCountInfoAMD
impl !Sync for AttachmentSampleCountInfoAMD
impl Unpin for AttachmentSampleCountInfoAMD
impl UnwindSafe for AttachmentSampleCountInfoAMD
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more