Searched defs:ImmutableImage (Results 1 – 1 of 1) sorted by relevance
59 pub struct ImmutableImage<A = PotentialDedicatedAllocation<StdMemoryPoolAlloc>> { struct60 image: UnsafeImage,61 dimensions: ImageDimensions,62 memory: A,63 format: Format,64 initialized: AtomicBool,65 layout: ImageLayout,178 impl ImmutableImage { impl186 ) -> Result<Arc<ImmutableImage>, ImageCreationError> in new()208 ) -> Result<Arc<ImmutableImage>, ImageCreationError> in with_mipmaps()[all …]