aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graphics/Image.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-08 17:41:31 +0800
committercrupest <crupest@outlook.com>2022-05-08 17:41:31 +0800
commit75c8a508acc3388b2c2f624bdf00fb155cd914f9 (patch)
treea80885b8242083e4c2bb793784d0c32af5bc6614 /include/cru/platform/graphics/Image.h
parent2690e9b2ff14a1019ff464e92717a2ca9cbdc056 (diff)
downloadcru-75c8a508acc3388b2c2f624bdf00fb155cd914f9.tar.gz
cru-75c8a508acc3388b2c2f624bdf00fb155cd914f9.tar.bz2
cru-75c8a508acc3388b2c2f624bdf00fb155cd914f9.zip
...
Diffstat (limited to 'include/cru/platform/graphics/Image.h')
-rw-r--r--include/cru/platform/graphics/Image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cru/platform/graphics/Image.h b/include/cru/platform/graphics/Image.h
index de3b32d5..17d2170e 100644
--- a/include/cru/platform/graphics/Image.h
+++ b/include/cru/platform/graphics/Image.h
@@ -12,7 +12,6 @@ struct CRU_PLATFORM_GRAPHICS_API IImage : public virtual IGraphicsResource {
* \remarks Not all image could create a painter. If not this method will
* throw. Currently we only ensure images returned by
* IImageFactory::CreateBitmap or CloneToBitmap can create a painter.
- * \todo Implement on Windows.
*/
virtual std::unique_ptr<IPainter> CreatePainter() = 0;