Struct ash::vk::types::DescriptorPoolCreateInfo [] [src]

#[repr(C)]
pub struct DescriptorPoolCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: DescriptorPoolCreateFlags, pub max_sets: uint32_t, pub pool_size_count: uint32_t, pub p_pool_sizes: *const DescriptorPoolSize, }

Fields

Trait Implementations

impl Debug for DescriptorPoolCreateInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescriptorPoolCreateInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more