vk: Assert that swap chain format is a color format
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user