gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
383 stars 25 forks source link

Added vkGetPhysicalDeviceWin32PresentationSupportKHR #202

Closed SaschaWillems closed 4 years ago

SaschaWillems commented 4 years ago

This PR adds vkGetPhysicalDeviceWin32PresentationSupportKHR, which will allow applications that query this work with gfx-portability. One such application is my Vulkan Hardware Capability Viewer.

Adding this function will also silences a Vulkan loader debug message that is shown for ICDs not implementing vkGetPhysicalDeviceWin32PresentationSupportKHR.

The implementation will always just return true.

bors[bot] commented 4 years ago

Timed out

kvark commented 4 years ago

bors retry

bors[bot] commented 4 years ago

Build succeeded