MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getFilepath

Function getFilepath

include/eepp/graphics/texture.hpp:47–47  ·  view source on GitHub ↗

@return The Texture File Path */

Source from the content-addressed store, hash-verified

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; }

Callers 2

getExtensionMethod · 0.85
getRealPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected