Type Alias ash::vk::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 ()>