diff options
Diffstat (limited to 'include/texture.hpp')
-rw-r--r-- | include/texture.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/texture.hpp b/include/texture.hpp index 0611ded..99d2d84 100644 --- a/include/texture.hpp +++ b/include/texture.hpp @@ -61,6 +61,17 @@ public: std::vector<GLuint> image; /** + * Contains the dimensions of each texture in the vector + */ + //TODO + //std::vector<vec2> imageDim; + + /** + * Stores the location of all the images + */ + std::vector<std::string> texLoc; + + /** * Populates the image array from a list of strings, with each string as a * separate argument. */ |