diff options
author | Dave Airlie <[email protected]> | 2016-10-13 05:33:28 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-10-19 10:15:42 +1000 |
commit | 0e4abc3e1016f606f64dfdd3b90f69abbdfedbc9 (patch) | |
tree | b612e68652dc8a570011489db690272152041623 /src/intel/vulkan/anv_wsi.h | |
parent | 32d70c0d66ba28c7ac53b797730532c06439c799 (diff) |
anv/wsi: drop get present modes device arg
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 f502677dc34..2566fa4d3d6 100644 --- a/src/intel/vulkan/anv_wsi.h +++ b/src/intel/vulkan/anv_wsi.h @@ -41,7 +41,6 @@ struct anv_wsi_interface { uint32_t* pSurfaceFormatCount, VkSurfaceFormatKHR* pSurfaceFormats); VkResult (*get_present_modes)(VkIcdSurfaceBase *surface, - struct anv_physical_device *device, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes); VkResult (*create_swapchain)(VkIcdSurfaceBase *surface, |