mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
lavapipe: drop unused vk_format in image struct
This wasn't used at all. Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9675>
This commit is contained in:
parent
a9b79c8c09
commit
a04921d687
1 changed files with 0 additions and 1 deletions
|
|
@ -219,7 +219,6 @@ struct lvp_device_memory {
|
|||
struct lvp_image {
|
||||
struct vk_object_base base;
|
||||
VkImageType type;
|
||||
VkFormat vk_format;
|
||||
VkDeviceSize size;
|
||||
uint32_t alignment;
|
||||
struct pipe_resource *bo;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue