OpenGL入門到入墳:Hello Triangle 繪製三角形

操作系統:Win10 工具:VS2019 環境:glfw 3.3.0.1、glew1.9.0.1 測試結果 測試代碼 #include <iostream> #include <GL/glew.h> #include <GLFW/glfw3.h> using namespace std; //窗口背景色 float red, green, blue = 0.0f; void framebuffe
相關文章
相關標籤/搜索