diff options
author | Dave Airlie <[email protected]> | 2016-10-13 05:27:56 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-10-19 10:15:42 +1000 |
commit | e9cf7c4460588eec68074c477bf3c7add6d21da7 (patch) | |
tree | bcad032d02df2fe2202e6f57115d19ace5478999 /src/intel/vulkan/anv_wsi.h | |
parent | 0e4abc3e1016f606f64dfdd3b90f69abbdfedbc9 (diff) |
anv/wsi: drop device from get caps
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_wsi.h')
-rw-r--r-- | src/intel/vulkan/anv_wsi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_wsi.h b/src/intel/vulkan/anv_wsi.h index 2566fa4d3d6..2bb8ee3be7f 100644 --- a/src/intel/vulkan/anv_wsi.h +++ b/src/intel/vulkan/anv_wsi.h @@ -34,7 +34,6 @@ struct anv_wsi_interface { uint32_t queueFamilyIndex, VkBool32* pSupported); VkResult (*get_capabilities)(VkIcdSurfaceBase *surface, - struct anv_physical_device *device, VkSurfaceCapabilitiesKHR* pSurfaceCapabilities); VkResult (*get_formats)(VkIcdSurfaceBase *surface, struct anv_physical_device *device, |