pub type AttachmentSampleCountInfoNV = AttachmentSampleCountInfoAMD;
Aliased Type§
struct AttachmentSampleCountInfoNV {
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,
}
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 more