Searched defs:PersistentDescriptorSetResources (Results 1 – 1 of 1) sorted by relevance
952 pub unsafe trait PersistentDescriptorSetResources { interface959 unsafe impl PersistentDescriptorSetResources for () { implementation987 unsafe impl<R, B> PersistentDescriptorSetResources for (R, PersistentDescriptorSetBuf<B>) impl1028 unsafe impl<R, V> PersistentDescriptorSetResources for (R, PersistentDescriptorSetBufView<V>) impl1066 unsafe impl<R, I> PersistentDescriptorSetResources for (R, PersistentDescriptorSetImg<I>) impl1103 unsafe impl<R> PersistentDescriptorSetResources for (R, PersistentDescriptorSetSampler) impl