[][src]Type Definition gfx_hal::image::State

type State = (Access, Layout);

Image state, combining access methods and the image's layout.