df338fe7d1
If the passed VkPipelineRasterizationLineStateCreateInfoEXT wasn't zero initialized, we copy garbage values that are later on used to set the state and may end up crashing when they are beyond the limits of the HW. v2 (Lionel): Simplify if condition Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12121>