#define VK_USE_PLATFORM_XCB_KHR #include <vkd3d.h> #include <vkd3d_utils.h> #include <vkd3d_sonames.h> #include <vkd3d_swapchain_factory.h> #include <xcb/xcb_event.h> 4 changes: 1 addition & 3 deletions 4 demos/meson.build Original file line numberDiff line numberDiff line c...
// VK_KHR_xcb_surface PFN_vkCreateXcbSurfaceKHR CreateXcbSurfaceKHR; PFN_vkGetPhysicalDeviceXcbPresentationSupportKHR GetPhysicalDeviceXcbPresentationSupportKHR; #endif #ifdef VK_USE_PLATFORM_WAYLAND_KHR // VK_KHR_wayland_surface PFN_vkCreateWaylandSurfaceKHR CreateWaylandSurfaceKHR; PFN_vkGetPhysicalD...
问执行vkGetPhysicalDeviceSurfaceCapabilitiesKHR()时出现VK_ERROR_SURFACE_LOST_KHREN[ERROR] Failed to ...
monitorInfo: you monitor and/or vulkan driver actually supported resolution, need the vulkan driver support theVK_KHR_displayinstance extension. It only supported on linux platform on my test. what's worse, it actually not work properly( especially on old graphic/video card ) even though the nv...
Add support for VK_KHR_shader_subgroup_extended_types b049f69 dneto0force-pushedthesubgroup-extended-typesbranch from9d947e3tob049f69CompareDecember 8, 2022 17:53 dneto0added thekokoro:runlabelDec 8, 2022 Collaborator dneto0commentedDec 8, 2022 ...
monitorInfo: you monitor and/or vulkan driver actually supported resolution, need the vulkan driver support the VK_KHR_display instance extension. It only supported on linux platform on my test. what's worse, it actually not work properly( especially on old graphic/video card ) even though the...