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:
Samuel Pitoiset 2023-08-18 10:23:28 +02:00
parent c136169062
commit 1cf840fb3e

View file

@ -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;