摘要: #include #include #include #pragma comment(lib, "glew32.lib")GLuint g_VBO;GLuint g_VBO_TexCoord;GLuint g_VAO;GLuint g_FBO;GLuint g_Texture0;GLuint g_RBO;GLuint g_VBO2;GLuint g_VBO2_TexCoord;GLuint g_VBO2_Color;GLuint g_VAO2;const unsigned int WIDTH = 1024;const unsigned int HEIGHT = 1024;f 阅读全文
posted @ 2014-03-04 17:48 20118281131 阅读(480) 评论(0) 推荐(0) 编辑