KhronosGroup / Vulkan-LoaderAndValidationLayers

**Deprecated repository** for Vulkan loader and validation layers
Apache License 2.0
414 stars 172 forks source link

Fix a multiplane imageview bug #2647

Closed daveh-lunarg closed 6 years ago

daveh-lunarg commented 6 years ago

Fixed a validation bug that produced a false positive when a multiplane image is created with VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag, but the imageview format is identical to the image format.

Added the repro case to existing validation test.

Fixes #2619.