Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dallocator.rs96 pub struct StandardDescriptorSetAllocator { struct
112 impl StandardDescriptorSetAllocator { implementation
115 pub fn new(device: Arc<Device>) -> StandardDescriptorSetAllocator { in new()
142 unsafe impl DescriptorSetAllocator for StandardDescriptorSetAllocator { implementation
204 unsafe impl DeviceOwned for StandardDescriptorSetAllocator { implementation