Module vulkano::image::immutable[][src]

Structs

ImmutableImage

Image whose purpose is to be used for read-only purposes. You can write to the image once, but then you must only ever read from it.

ImmutableImageInitialization
SubImage

Image whose purpose is to access only a part of one image, for any kind of access We define a part of one image here by a level of mipmap, or a layer of an array The image attribute must be an implementation of ImageAccess The mip_levels_access must be a range showing which mipmaps will be accessed The layer_levels_access must be a range showing which layers will be accessed The layout must be the layout of the image at the beginning and at the end of the command buffer