Cubemap

Type Alias 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.

Aliased Typeยง

pub struct Cubemap { /* private fields */ }