X-Git-Url: https://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=image.hpp;fp=image.hpp;h=f87fd98a7370a7b3fd546ec7c9760cd8a0008eb9;hp=5a75b0daa6add203c96c2f155ca44638c1ba0600;hb=ceae87033f199ea0288399b5876fa4d1451eae3e;hpb=d0c631f46c6db417e013b1bc0edec24cb9c2824a 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 };