49                         dim_type 
const & Dimensions,
 
   56                         dim_type 
const & Dimensions,
 
   85 #include "./core/texture2d_array.inl" 
texture2DArray()
Create an empty texture 2D array. 
 
dim_type dimensions() const 
Return the dimensions of a texture instance: width and height. 
 
texture2D operator[](size_type Layer) const 
Create a view of the texture identified by Layer in the texture array. 
 
size_type const BaseLayer
 
glm::tvec2< size_t > dim2_t
 
size_type const BaseLevel
 
Genetic texture class. It can support any target.