pub type Cubemap = Image<f32, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }>;
A cubemap, i.e. a cube of 6 textures, sampled using a direction rather than image coordinates.
struct Cubemap { /* private fields */ }