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: StructureTypeMust be VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD.
p_next: *const c_voidOptional, may be null.
color_attachment_count: u32Length of p_color_attachment_samples.
p_color_attachment_samples: *const SampleCountFlagBits§depth_stencil_attachment_samples: SampleCountFlagBits