文件名称:OPENGL环境配置
文件大小:877KB
文件格式:ZIP
更新时间:2019-02-07 07:34:21
配置环境
glew glfw 环境配置 // OpenGLTemplate.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include "glm\glm.hpp" #include "GL\glew.h" #include "GLFW\glfw3.h" using namespace glm; #include "common/shader.hpp" GLFWwindow* window; using namespace glm; int main( void ) { return 0; }