Browse Source

Merge pull request #3197 from jpark37/vulkan-cts-harden

win-capture: Improve Vulkan hook stability
Jim 5 years ago
parent
commit
3907b2ddd1

File diff suppressed because it is too large
+ 365 - 193
plugins/win-capture/graphics-hook/vulkan-capture.c


+ 1 - 0
plugins/win-capture/graphics-hook/vulkan-capture.h

@@ -7,6 +7,7 @@ struct vk_inst_funcs {
 	DEF_FUNC(DestroyInstance);
 	DEF_FUNC(CreateWin32SurfaceKHR);
 	DEF_FUNC(DestroySurfaceKHR);
+	DEF_FUNC(GetPhysicalDeviceQueueFamilyProperties);
 	DEF_FUNC(GetPhysicalDeviceMemoryProperties);
 	DEF_FUNC(GetPhysicalDeviceImageFormatProperties2);
 	DEF_FUNC(EnumerateDeviceExtensionProperties);

Some files were not shown because too many files changed in this diff