夏天/isummer

Sun of my life !Talk is cheap, Show me the code! 追风赶月莫停留,平芜尽处是春山~

博客园 首页 新随笔 联系 管理

2017年9月21日 #

摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 const GLsizei width=640; 6 const GLsizei height=480;//设置窗口的宽和高 7 8 void myInit() 9 { 10 glClearColor(0,0,0,0); 11 } 12 ... 阅读全文
posted @ 2017-09-21 09:55 夏天/isummer 阅读(2895) 评论(0) 推荐(0)