X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;ds=sidebyside;f=image.hpp;h=caa951c4974e4b26187f2306dcd5b562d90a495b;hb=HEAD;hp=5a75b0daa6add203c96c2f155ca44638c1ba0600;hpb=99d2b81ce5567869469fe2e55722cc212370c7db;p=opengl.git diff --git a/image.hpp b/image.hpp index 5a75b0d..f87fd98 100644 --- a/image.hpp +++ b/image.hpp @@ -28,6 +28,7 @@ class Image { CGColorSpaceRef colorSpace; GLfloat _width, _height; size_t bitsPerComponent; + bool usesFloat() const; #endif };