@return The Texture File Path */
| 45 | |
| 46 | /** @return The Texture File Path */ |
| 47 | std::string getFilepath() const { return mFilepath; } |
| 48 | |
| 49 | /** @return The Image Width */ |
| 50 | unsigned int getImageWidth() const { return mImgWidth; } |
no outgoing calls
no test coverage detected