create_descriptor_pool

Function create_descriptor_pool 

Source
fn create_descriptor_pool(
    device: &Device,
    key: &BucketKey,
    capacity_hint: u32,
) -> Result<Pool, DeviceError>
Available on vulkan only.