2021年9月22日

linux openGL

摘要: #include <GL/gl.h> #include <GL/glx.h> #include <stdlib.h> void Render(Display &display, Window &window) { glClear(GL_COLOR_BUFFER_BIT); glBegin(GL_TR 阅读全文

posted @ 2021-09-22 12:52 zoghin 阅读(100) 评论(0) 推荐(0)

导航