40 typedef dim3_t dim_type;
41 typedef vec3 texcoord_type;
50 dim_type
const & Dimensions,
56 dim_type
const & Dimensions);
66 size_type BaseLayer, size_type MaxLayer,
67 size_type BaseFace, size_type MaxFace,
68 size_type BaseLevel, size_type MaxLevel);
73 size_type BaseLevel, size_type MaxLevel);
83 #include "./core/texture3d.inl"
image operator[](size_type Level) const
Create a view of the image identified by Level in the mipmap chain of the texture.
OpenGL Image (gli.g-truc.net)
texture3D()
Create an empty texture 3D.
dim_type dimensions() const
Return the dimensions of a texture instance: width, height and depth.
Genetic texture class. It can support any target.
OpenGL Image (gli.g-truc.net)