Type
Definition: Texture.hpp:17
Texture3D(int width, int height, int depth, uint8_t *data, Texture::Type type=Texture::Type::RGBA8)
int getWidth() const override
Returns the width of the texture in pixels.
int getHeight() const override
Returns the height of the texture in pixels.
Some deprecated class.
Definition: Texture3D.hpp:13
This is a base texture class that serves as a base class for other texture types.
Definition: Texture.hpp:15
int getDepth() const override
Returns the depth of the texture in pixels.
Type type
Definition: Texture.hpp:60