summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-02-26 09:07:57 +0800
committerchai <chaifix@163.com>2019-02-26 09:07:57 +0800
commite28a7d48d032fe7fd4c8789e95fbc659873a0adc (patch)
treefc850c47b8d0a78600f733c539f71743000081a4 /Source
parent3f457498b9c39d40a16a0ec6328880854f8cf4de (diff)
*misc
Diffstat (limited to 'Source')
-rw-r--r--Source/Asura.Engine/Graphics/Canvas.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Asura.Engine/Graphics/Canvas.h b/Source/Asura.Engine/Graphics/Canvas.h
index fc8a527..c8faacf 100644
--- a/Source/Asura.Engine/Graphics/Canvas.h
+++ b/Source/Asura.Engine/Graphics/Canvas.h
@@ -23,6 +23,11 @@ namespace AsuraEngine
Canvas();
///
+ /// render textureĴС
+ ///
+ void Init(uint w, uint h);
+
+ ///
/// 󶨴canvasΪ
///
void Bind();