mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
turnip: Make tu_android.c compile again
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6112>
This commit is contained in:
parent
a725899c3f
commit
e05e60b230
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ tu_image_from_gralloc(VkDevice device_h,
|
|||
&(VkMemoryAllocateInfo) {
|
||||
.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO,
|
||||
.pNext = &import_info,
|
||||
.allocationSize = image->layout.size,
|
||||
.allocationSize = image->total_size,
|
||||
.memoryTypeIndex = 0,
|
||||
},
|
||||
alloc, &memory_h);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue