Home
last modified time | relevance | path

Searched defs:StdDescriptorPool (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/vulkano/src/descriptor_set/pool/
Dstandard.rs31 pub struct StdDescriptorPool { struct
42 impl StdDescriptorPool { impl
44 pub fn new(device: Arc<Device>) -> StdDescriptorPool { in new()
146 unsafe impl DeviceOwned for StdDescriptorPool { implementation
/external/rust/crates/vulkano/src/device/
Dmod.rs488 pub fn standard_descriptor_pool(me: &Arc<Self>) -> Arc<StdDescriptorPool> { in standard_descriptor_pool()