From d61d91db44d1375dffc4944a9a571fe020bf305b Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Thu, 27 Aug 2015 14:02:23 -0700 Subject: [PATCH] nulldrv: Make build work on Windows with destroydynamiclinewidth --- icd/nulldrv/nulldrv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c index 7151b9d..a5d0edf 100644 --- a/icd/nulldrv/nulldrv.c +++ b/icd/nulldrv/nulldrv.c @@ -2139,7 +2139,7 @@ ICD_EXPORT VkResult VKAPI vkCreateDynamicDepthBiasState( (struct nulldrv_dynamic_rs_depth_bias **) pState); } -ICD_EXPORT VkResult VKAPI vkDestroyDynamicLineWidthsState( +ICD_EXPORT VkResult VKAPI vkDestroyDynamicLineWidthState( VkDevice device, VkDynamicLineWidthState dynamicLineWidthState) { -- 2.7.4