pub type Cubemap = Image<f32, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }>;
Expand description
A cubemap, i.e. a cube of 6 textures, sampled using a direction rather than image coordinates.
Aliased Typeยง
#[repr(C)]pub struct Cubemap { /* private fields */ }