Struct vk_sys::DescriptorPoolSize
source · #[repr(C)]pub struct DescriptorPoolSize {
pub ty: DescriptorType,
pub descriptorCount: u32,
}
Fields§
§ty: DescriptorType
§descriptorCount: u32
#[repr(C)]pub struct DescriptorPoolSize {
pub ty: DescriptorType,
pub descriptorCount: u32,
}
ty: DescriptorType
§descriptorCount: u32