摘要: // OpenGL01(你好,窗口) #include //这里需要注意头文件导入顺序,否则编译不能通过 #include "glew.h" #include "glfw3.h" /* 使用简介 1> GLFW是在openGL里建立窗口用的。跟GLUT/freeglut类似。 2> GLEW是用来管理OpenGL的函数指针的 3> openGL都是跟着驱动来的。只要装了... 阅读全文
posted @ 2017-06-14 15:22 MakeKeyReuseable 阅读(253) 评论(0) 推荐(0)