aboutsummaryrefslogtreecommitdiff
path: root/include/mglpp/graphics/Image.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mglpp/graphics/Image.hpp')
-rw-r--r--include/mglpp/graphics/Image.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mglpp/graphics/Image.hpp b/include/mglpp/graphics/Image.hpp
index 1ddeb88..a868ad6 100644
--- a/include/mglpp/graphics/Image.hpp
+++ b/include/mglpp/graphics/Image.hpp
@@ -19,6 +19,7 @@ namespace mgl {
unsigned char* data();
size_t get_byte_size();
vec2i get_size() const;
+ int get_num_channels() const;
mgl_image* internal_image();
private: