You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.
Layers are issuing false positive error when using VK_REMAINING_MIP_LEVELS on vkCreateImageView:
ERROR: unknown(0x0): 768, IMAGE, vkCreateImageView called with baseMipLevel 0 for image 000000000000000B that only has 1 mip levels. For more information refer to Vulkan Spec Section '11.5. Image Views' which states 'If levelCount is not VK_REMAINING_MIP_LEVELS, levelCount must be non-zero and (baseMipLevel + levelCount) must be less than or equal to the mipLevels specified in VkImageCreateInfo when the image was created' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/html/vkspec.html#VkImageAspectFlagBits)
I am already working on a PR for this...
The text was updated successfully, but these errors were encountered:
Layers are issuing false positive error when using
VK_REMAINING_MIP_LEVELS
onvkCreateImageView
:I am already working on a PR for this...
The text was updated successfully, but these errors were encountered: