Skip to main content

AttachmentSampleCountInfoNV

Type Alias AttachmentSampleCountInfoNV 

Source
pub type AttachmentSampleCountInfoNV = AttachmentSampleCountInfoAMD;

Aliased Type§

#[repr(C)]
pub struct AttachmentSampleCountInfoNV { pub s_type: StructureType, pub p_next: *const c_void, pub color_attachment_count: u32, pub p_color_attachment_samples: *const SampleCountFlagBits, pub depth_stencil_attachment_samples: SampleCountFlagBits, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD.

§p_next: *const c_void

Optional, may be null.

§color_attachment_count: u32

Length of p_color_attachment_samples.

§p_color_attachment_samples: *const SampleCountFlagBits§depth_stencil_attachment_samples: SampleCountFlagBits