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
posted @ 2021-09-22 12:52
posted @ 2021-09-17 17:47