ash::vk

Type Alias AttachmentSampleCountInfoNV

Source
pub type AttachmentSampleCountInfoNV<'a> = AttachmentSampleCountInfoAMD<'a>;

Aliased Type§

struct AttachmentSampleCountInfoNV<'a> {
    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,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§color_attachment_count: u32§p_color_attachment_samples: *const SampleCountFlags§depth_stencil_attachment_samples: SampleCountFlags§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> AttachmentSampleCountInfoAMD<'a>

Source

pub fn color_attachment_samples( self, color_attachment_samples: &'a [SampleCountFlags], ) -> Self

Source

pub fn depth_stencil_attachment_samples( self, depth_stencil_attachment_samples: SampleCountFlags, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for AttachmentSampleCountInfoAMD<'a>

Source§

fn clone(&self) -> AttachmentSampleCountInfoAMD<'a>

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<'a> Debug for AttachmentSampleCountInfoAMD<'a>

Source§

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

Formats the value using the given formatter. Read more
Source§

impl Default for AttachmentSampleCountInfoAMD<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for AttachmentSampleCountInfoAMD<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::ATTACHMENT_SAMPLE_COUNT_INFO_AMD

Source§

impl<'a> Copy for AttachmentSampleCountInfoAMD<'a>

Source§

impl ExtendsCommandBufferInheritanceInfo for AttachmentSampleCountInfoAMD<'_>

Source§

impl ExtendsGraphicsPipelineCreateInfo for AttachmentSampleCountInfoAMD<'_>

Source§

impl Send for AttachmentSampleCountInfoAMD<'_>

Source§

impl Sync for AttachmentSampleCountInfoAMD<'_>