摘要: #include <glad/glad.h>#include <GLFW/glfw3.h>#include <iostream>void framebuffer_size_callback(GLFWwindow* window, int width, int height){ glViewport( 阅读全文
posted @ 2020-10-18 11:22 GamesClient 阅读(133) 评论(0) 推荐(0)