摘要: Setup 创建Vulkan实例 // 01_instance_creation.cpp #define GLFW_INCLUDE_VULKAN #include <GLFW/glfw3.h> #include <iostream> #include <stdexcept> #include <cs 阅读全文
posted @ 2024-03-27 15:04 桃木珊瑚 阅读(132) 评论(0) 推荐(0)