anv: Remove the anv_format member from anv_image

This commit is contained in:
Jason Ekstrand
2016-05-13 16:52:15 -07:00
parent be94a23b44
commit fbc23d93e0
3 changed files with 2 additions and 4 deletions

View File

@@ -227,7 +227,6 @@ anv_image_create(VkDevice _device,
image->type = pCreateInfo->imageType;
image->extent = pCreateInfo->extent;
image->vk_format = pCreateInfo->format;
image->format = format;
image->aspects = vk_format_aspects(image->vk_format);
image->levels = pCreateInfo->mipLevels;
image->array_size = pCreateInfo->arrayLayers;