mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
radv: remove unused radv_device_memory::map_size field
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4785>
This commit is contained in:
parent
7b869710a1
commit
32035cca3f
1 changed files with 0 additions and 1 deletions
|
|
@ -867,7 +867,6 @@ struct radv_device_memory {
|
|||
/* for dedicated allocations */
|
||||
struct radv_image *image;
|
||||
struct radv_buffer *buffer;
|
||||
VkDeviceSize map_size;
|
||||
void * map;
|
||||
void * user_ptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue