vk: Assert that swap chain format is a color format

This commit is contained in:
Chad Versace 2015-08-17 15:02:38 -07:00
parent d52822541e
commit b0875aa911

View file

@ -143,6 +143,8 @@ VkResult anv_CreateSwapChainWSI(
&image_h);
image = anv_image_from_handle(image_h);
assert(anv_format_is_color(image->format));
surface = &image->primary_surface;
anv_AllocMemory(_device,