Type Definition spirv_std::image::Cubemap

source ·
pub type Cubemap = Image<f32, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }, { _ }>;
Expand description

A cubemap, i.e. a cube of 6 textures, sampled using a direction rather than image coordinates.