Searched defs:StorageImage (Results 1 – 7 of 7) sorted by relevance
47 pub struct StorageImage<A = Arc<StdMemoryPool>> struct70 impl StorageImage { argument78 ) -> Result<Arc<StorageImage>, ImageCreationError> in new()113 ) -> Result<Arc<StorageImage>, ImageCreationError> in with_usage()173 impl<A> StorageImage<A> implementation184 unsafe impl<A> ImageAccess for StorageImage<A> implementation273 unsafe impl<A> ImageClearValue<ClearValue> for StorageImage<A> implementation283 unsafe impl<P, A> ImageContent<P> for StorageImage<A> implementation293 impl<A> PartialEq for StorageImage<A> implementation303 impl<A> Eq for StorageImage<A> where A: MemoryPool {} implementation[all …]
253 StorageImage(ash::vk::ImageView, ash::vk::ImageLayout), enumerator
737 StorageImage = ash::vk::DescriptorType::STORAGE_IMAGE.as_raw(), enumerator
317 TEST_F(DescriptorTypeTest, StorageImage) { in TEST_F() argument
1186 namespace StorageImage namespace