Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/descriptor_set/
Dpersistent.rs952 pub unsafe trait PersistentDescriptorSetResources { interface
959 unsafe impl PersistentDescriptorSetResources for () { implementation
987 unsafe impl<R, B> PersistentDescriptorSetResources for (R, PersistentDescriptorSetBuf<B>) impl
1028 unsafe impl<R, V> PersistentDescriptorSetResources for (R, PersistentDescriptorSetBufView<V>) impl
1066 unsafe impl<R, I> PersistentDescriptorSetResources for (R, PersistentDescriptorSetImg<I>) impl
1103 unsafe impl<R> PersistentDescriptorSetResources for (R, PersistentDescriptorSetSampler) impl