mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 11:20:20 +01:00
radv: remove radv_cmd_buffer::cached_vertex_formats
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24770>
This commit is contained in:
parent
c136169062
commit
1cf840fb3e
1 changed files with 0 additions and 1 deletions
|
|
@ -1778,7 +1778,6 @@ struct radv_cmd_buffer {
|
|||
|
||||
struct radv_device *device;
|
||||
|
||||
struct util_dynarray cached_vertex_formats;
|
||||
VkCommandBufferUsageFlags usage_flags;
|
||||
struct radeon_cmdbuf *cs;
|
||||
struct radv_cmd_state state;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue