From: Eric Engestrom Date: Fri, 9 Aug 2019 22:34:29 +0000 (+0100) Subject: anv: add missing `break` X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4aa0fc63a86be6f5e1015db66d6a4682b7d6876;p=mesa.git anv: add missing `break` Fixes: f6e7de41d7b15185b746 ("anv: Implement VK_EXT_line_rasterization") Signed-off-by: Eric Engestrom Reviewed-by: Jason Ekstrand --- diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index a41f602f023..8f80faae633 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -1107,6 +1107,7 @@ void anv_GetPhysicalDeviceFeatures2( features->stippledRectangularLines = false; features->stippledBresenhamLines = true; features->stippledSmoothLines = false; + break; } case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES: {