diff options
| author | chai <chaifix@163.com> | 2019-02-26 09:07:57 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2019-02-26 09:07:57 +0800 |
| commit | e28a7d48d032fe7fd4c8789e95fbc659873a0adc (patch) | |
| tree | fc850c47b8d0a78600f733c539f71743000081a4 | |
| parent | 3f457498b9c39d40a16a0ec6328880854f8cf4de (diff) | |
*misc
| -rw-r--r-- | Source/Asura.Engine/Graphics/Canvas.h | 5 |
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(); |
