pub type AttachmentSampleCountInfoNV = AttachmentSampleCountInfoAMD;Aliased Type§
#[repr(C)]pub struct AttachmentSampleCountInfoNV {
pub sType: i32,
pub pNext: *const c_void,
pub colorAttachmentCount: u32,
pub pColorAttachmentSamples: *const u32,
pub depthStencilAttachmentSamples: u32,
}Fields§
§sType: i32§pNext: *const c_void§colorAttachmentCount: u32§pColorAttachmentSamples: *const u32§depthStencilAttachmentSamples: u32