mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 16:50:10 +01:00
lavapipe: remove unused struct member
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14695>
This commit is contained in:
parent
373847609c
commit
08ffbc055b
1 changed files with 0 additions and 1 deletions
|
|
@ -442,7 +442,6 @@ struct lvp_pipeline_layout {
|
|||
struct vk_object_base base;
|
||||
struct {
|
||||
struct lvp_descriptor_set_layout *layout;
|
||||
uint32_t dynamic_offset_start;
|
||||
} set[MAX_SETS];
|
||||
|
||||
uint32_t num_sets;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue