VkAttachmentSampleCountInfoNV

Type Alias VkAttachmentSampleCountInfoNV 

Source
pub type VkAttachmentSampleCountInfoNV = VkAttachmentSampleCountInfoAMD;

Aliased Type§

#[repr(C)]
pub struct VkAttachmentSampleCountInfoNV { pub sType: u32, pub pNext: *const c_void, pub colorAttachmentCount: u32, pub pColorAttachmentSamples: *const u32, pub depthStencilAttachmentSamples: u32, }

Fields§

§sType: u32§pNext: *const c_void§colorAttachmentCount: u32§pColorAttachmentSamples: *const u32§depthStencilAttachmentSamples: u32