Struct ash::vk::DescriptorPoolCreateInfo [−][src]
#[repr(C)]pub struct DescriptorPoolCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: DescriptorPoolCreateFlags, pub max_sets: u32, pub pool_size_count: u32, pub p_pool_sizes: *const DescriptorPoolSize, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: DescriptorPoolCreateFlags
max_sets: u32
pool_size_count: u32
p_pool_sizes: *const DescriptorPoolSize
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DescriptorPoolCreateInfo
impl !Send for DescriptorPoolCreateInfo
impl !Sync for DescriptorPoolCreateInfo
impl Unpin for DescriptorPoolCreateInfo
impl UnwindSafe for DescriptorPoolCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more