摘要:
#include <GLFW/glfw3.h> int main(void) { GLFWwindow* window; /* Initialize the library */ if (!glfwInit()) return -1; /* Create a windowed mode window 阅读全文
posted @ 2025-01-16 17:47
华腾智算
阅读(8)
评论(0)
推荐(0)
摘要:
#include <GLFW/glfw3.h> int main(void) { GLFWwindow* window; /* Initialize the library */ if (!glfwInit()) return -1; /* Create a windowed mode window 阅读全文
posted @ 2025-01-16 17:46
华腾智算
阅读(18)
评论(0)
推荐(0)
摘要:
#include <iostream> #include<GLFW/glfw3.h> using namespace std; int main() { //初始化GLFW的基本环境 glfwInit(); glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR,4); 阅读全文
posted @ 2025-01-16 17:30
华腾智算
阅读(18)
评论(0)
推荐(0)

浙公网安备 33010602011771号