yiulo

Results 3 comments of yiulo

` glfwWindowHint(GLFW_RED_BITS, INT_MAX); glfwWindowHint(GLFW_GREEN_BITS, INT_MAX); glfwWindowHint(GLFW_BLUE_BITS, INT_MAX); glfwWindowHint(GLFW_ALPHA_BITS, INT_MAX); GLFWwindow* window = glfwCreateWindow(WIDTH, HEIGHT, "Vulkan", nullptr, nullptr); VkSurfaceKHR surface; glfwCreateWindowSurface(instance, window, nullptr, &surface)(instance, window, NULL, &surface); ` This code only...

system: windows10 Multiple Editions 21H1 cpu: i7-10870h ram: 64G gpu: rtx 3070 laptop screen: 10bit 3840*2160 adobeRGB tools: vs2022

code file: [vulkan.zip](https://github.com/glfw/glfw/files/9194564/vulkan.zip)