diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-08-27 14:02:23 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-08-27 14:02:23 -0700 |
| commit | d61d91db44d1375dffc4944a9a571fe020bf305b (patch) | |
| tree | 50049d22cb16892053cf93f668dd783269bb1d36 | |
| parent | b53ea2b246b4e7536689d2f2ff41b536c340a965 (diff) | |
| download | usermoji-d61d91db44d1375dffc4944a9a571fe020bf305b.tar.xz | |
nulldrv: Make build work on Windows with destroydynamiclinewidth
| -rw-r--r-- | icd/nulldrv/nulldrv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icd/nulldrv/nulldrv.c b/icd/nulldrv/nulldrv.c index 7151b9da..a5d0edf4 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) { |
