diff options
Diffstat (limited to 'include/cru/platform/graphics/ImageFactory.h')
-rw-r--r-- | include/cru/platform/graphics/ImageFactory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/platform/graphics/ImageFactory.h b/include/cru/platform/graphics/ImageFactory.h index e74f57e0..d2c2a468 100644 --- a/include/cru/platform/graphics/ImageFactory.h +++ b/include/cru/platform/graphics/ImageFactory.h @@ -12,6 +12,7 @@ struct CRU_PLATFORM_GRAPHICS_API IImageFactory * \brief Create an empty bitmap with given width and height. * \remarks Implementation should ensure that the bitmap supports alpha * channel. It had better be in 32-bit rgba format. + * \todo Implement on Windows. */ virtual std::unique_ptr<IImage> CreateBitmap(int width, int height) = 0; }; |