39 typedef dim2_t dim_type;
40 typedef vec4 texcoord_type;
49 dim_type
const & Dimensions,
56 dim_type
const & Dimensions,
67 size_type BaseLayer, size_type MaxLayer,
68 size_type BaseFace, size_type MaxFace,
69 size_type BaseLevel, size_type MaxLevel);
74 size_type BaseLayer, size_type MaxLayer,
75 size_type BaseFace, size_type MaxFace,
76 size_type BaseLevel, size_type MaxLevel);
86 #include "./core/texture_cube_array.inl"
dim_type dimensions() const
Return the dimensions of a texture instance: width and height where both should be equal...
textureCubeArray()
Create an empty texture cube array.
OpenGL Image (gli.g-truc.net)
textureCube operator[](size_type Layer) const
Create a view of the texture identified by Layer in the texture array.
Genetic texture class. It can support any target.