测试gl_clearscreen()

This commit is contained in:
chinky 2017-03-14 00:37:55 +08:00
parent 083183a010
commit b24ca82dde

View File

@ -44,8 +44,9 @@ int main()
getchar();
//清屏
clear_con();
//clear_con();
gl_clearscreen(BLACK);
gl_setpixel(100, 110, LT_BLUE);
gl_setpixel(101, 110, LT_BLUE);
gl_setpixel(102, 110, LT_BLUE);
@ -92,6 +93,7 @@ int main()
//gl_fillbox
gl_fillbox(111, 111, 100, 100, LT_CYAN);
#if 0
POINT p;
p.x = 100;