LearnOpenGL:Shaders
链接
代码:
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <iostream>
#include <cmath>
void framebuffer_size_callback(GLFWwindow* window, int width, int height);
原创
2018-11-08 16:26:20 ·
275 阅读 ·
0 评论