lavapipe: remove unused struct member

this was used at some point I think?

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15457>
This commit is contained in:
Mike Blumenkrantz
2022-03-18 09:55:06 -04:00
committed by Marge Bot
parent 5bbb39a652
commit 249fe9673a

View File

@@ -461,7 +461,6 @@ struct lvp_pipeline_layout {
uint32_t push_constant_size; uint32_t push_constant_size;
VkShaderStageFlags push_constant_stages; VkShaderStageFlags push_constant_stages;
struct { struct {
bool has_dynamic_offsets;
} stage[MESA_SHADER_STAGES]; } stage[MESA_SHADER_STAGES];
}; };