From 88f1d73bc2c38966e16efcb24d2c06c3518c1a3f Mon Sep 17 00:00:00 2001 From: XJQKA Date: Sat, 10 Feb 2018 17:54:48 +0800 Subject: [PATCH] Update CodeWalkthrough-cn.md --- doc/CodeWalkthrough-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CodeWalkthrough-cn.md b/doc/CodeWalkthrough-cn.md index 8a219b5..af1b086 100644 --- a/doc/CodeWalkthrough-cn.md +++ b/doc/CodeWalkthrough-cn.md @@ -26,7 +26,7 @@ GuiLite只作两个工作:界面元素管理和图形绘制。 ### 绘制方法 请参看文件bitmap.cpp和surface.cpp中的draw_xxx()函数。 - +为了发挥GPU的加速功能,也可以通过改写draw_xxx/fill_xxx函数,使用GPU特性,来提升绘制效率。 ### 图层管理 GuiLite的所有图层,如下图所示: ![Graphic layer](GraphicLayer.png)