Struct vk_sys::DescriptorPoolSize [] [src]

pub struct DescriptorPoolSize {
    pub ty: DescriptorType,
    pub descriptorCount: u32,
}

Fields

ty: DescriptorType descriptorCount: u32