39 typedef dim2_t dim_type;
40 typedef vec3 texcoord_type;
49 dim_type
const & Dimensions,
55 dim_type
const & Dimensions);
65 size_type BaseLayer, size_type MaxLayer,
66 size_type BaseFace, size_type MaxFace,
67 size_type BaseLevel, size_type MaxLevel);
72 size_type BaseFace, size_type MaxFace,
73 size_type BaseLevel, size_type MaxLevel);
83 #include "./core/texture_cube.inl"
texture2D operator[](size_type Face) const
Create a view of the texture identified by Face in the texture cube.
dim_type dimensions() const
Return the dimensions of a texture instance: width and height where both should be equal...
OpenGL Image (gli.g-truc.net)
textureCube()
Create an empty texture cube.
Genetic texture class. It can support any target.