39 typedef dim1_t dim_type;
40 typedef vec1 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/texture1d_array.inl"
OpenGL Image (gli.g-truc.net)
dim_type dimensions() const
Return the width of a texture instance.
texture1DArray()
Create an empty texture 1D array.
texture1D 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.