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:

committed by
Marge Bot

parent
5bbb39a652
commit
249fe9673a
@@ -461,7 +461,6 @@ struct lvp_pipeline_layout {
|
||||
uint32_t push_constant_size;
|
||||
VkShaderStageFlags push_constant_stages;
|
||||
struct {
|
||||
bool has_dynamic_offsets;
|
||||
} stage[MESA_SHADER_STAGES];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user