Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/image/
Dimmutable.rs59 pub struct ImmutableImage<A = PotentialDedicatedAllocation<StdMemoryPoolAlloc>> { struct
60 image: UnsafeImage,
61 dimensions: ImageDimensions,
62 memory: A,
63 format: Format,
64 initialized: AtomicBool,
65 layout: ImageLayout,
178 impl ImmutableImage { impl
186 ) -> Result<Arc<ImmutableImage>, ImageCreationError> in new()
208 ) -> Result<Arc<ImmutableImage>, ImageCreationError> in with_mipmaps()
[all …]