comparison Core/Images/Image.h @ 2107:88831c3edd8f

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Oct 2016 17:22:09 +0200
parents 20a001ea4aa2
children a3a65de1840f
comparison
equal deleted inserted replaced
2106:09cb73980740 2107:88831c3edd8f
43 ImageBuffer image_; 43 ImageBuffer image_;
44 44
45 public: 45 public:
46 Image(PixelFormat format, 46 Image(PixelFormat format,
47 unsigned int width, 47 unsigned int width,
48 unsigned int height); 48 unsigned int height,
49 bool forceMinimalPitch);
49 50
50 static Image* Clone(const ImageAccessor& source); 51 static Image* Clone(const ImageAccessor& source);
51 }; 52 };
52 } 53 }