39 typedef dim2_t dim_type;
40 typedef vec3 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 BaseLevel, size_type MaxLevel);
85 #include "./core/texture2d_array.inl"
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.
OpenGL Image (gli.g-truc.net)
Genetic texture class. It can support any target.
texture2DArray()
Create an empty texture 2D array.