Searched refs:destroyImageViews (Results 1 – 1 of 1) sorted by relevance
242 auto destroyImageViews = [](VkDevice device, auto& vec) { in ~GpuImageVk() local261 destroyImageViews(device, platViews_.mipImageViews); in ~GpuImageVk()262 destroyImageViews(device, platViews_.layerImageViews); in ~GpuImageVk()263 destroyImageViews(device, platViews_.mipImageAllLayerViews); in ~GpuImageVk()