aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/ImageFactory.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-05 20:06:29 +0800
committercrupest <crupest@outlook.com>2022-05-05 20:06:29 +0800
commitb3e5d228311fac99d5a6f5699276ff87229b8c7b (patch)
tree551901fddf30a5104340a8b31347432b6136ec86 /include/cru/platform/graphics/ImageFactory.h
parent56a8047c4093c928b8551bbacda796382984512e (diff)
downloadcru-b3e5d228311fac99d5a6f5699276ff87229b8c7b.tar.gz
cru-b3e5d228311fac99d5a6f5699276ff87229b8c7b.tar.bz2
cru-b3e5d228311fac99d5a6f5699276ff87229b8c7b.zip
...
Diffstat (limited to 'include/cru/platform/graphics/ImageFactory.h')
-rw-r--r--include/cru/platform/graphics/ImageFactory.h1
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;
};