!7 update code walkthrough

Merge pull request !7 from idea4good/develop
This commit is contained in:
XJQKA 2018-02-10 18:00:07 +08:00 committed by idea4good
commit c2db2a78e1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ GuiLite只作两个工作界面元素管理和图形绘制。
### 绘制方法
请参看文件bitmap.cpp和surface.cpp中的draw_xxx()函数。
为了发挥GPU的加速功能也可以通过改写draw_xxx/fill_xxx函数使用GPU特性来提升绘制效率。
### 图层管理
GuiLite的所有图层如下图所示
![Graphic layer](GraphicLayer.png)