aboutsummaryrefslogtreecommitdiffstats
path: root/include/texture.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/texture.hpp')
-rw-r--r--include/texture.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/texture.hpp b/include/texture.hpp
index df2a83c..95bd73b 100644
--- a/include/texture.hpp
+++ b/include/texture.hpp
@@ -76,6 +76,9 @@ public:
return textures[index].second;
}
+ const dim2 getTextureDim(void) {
+ return Texture::imageDim((*position).second);
+ }
};
/**