Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/descriptor_set/
Dpersistent.rs59 pub struct PersistentDescriptorSet<R, P = StdDescriptorPoolAlloc> { struct
65 impl PersistentDescriptorSet<()> { argument
84 unsafe impl<R, P> DescriptorSet for PersistentDescriptorSet<R, P> implementation
120 unsafe impl<R, P> DeviceOwned for PersistentDescriptorSet<R, P> { implementation
127 impl<R, P> PartialEq for PersistentDescriptorSet<R, P> implementation
139 impl<R, P> Eq for PersistentDescriptorSet<R, P> implementation
146 impl<R, P> Hash for PersistentDescriptorSet<R, P> implementation