Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tutorial06_texture missing VK_MEMORY_PROPERTY_HOST_COHERENT_BIT when allocate vkAllocateMemory #88

Open
th1nk3r-ing opened this issue May 25, 2023 · 0 comments

Comments

@th1nk3r-ing
Copy link

The validation layer report the error :

05-25 16:48:42.953 31225 31225 I VALIDATION: VUID-vkBindImageMemory-memory-01047(ERROR / SPEC): msgNum: -1558817633 - Validation Error: [ VUID-vkBindImageMemory-memory-01047 ] Object 0: handle = 0x59ffe0000000003d, type = VK_OBJECT_TYPE_DEVICE_MEMORY; | MessageID = 0xa316549f | vkBindImageMemory()(): MemoryRequirements->memoryTypeBits (0x5) for this object type are not compatible with the memory type (0x1) of VkDeviceMemory 0x59ffe0000000003d[]. The Vulkan spec states: memory must have been allocated using one of the memory types allowed in the memoryTypeBits member of the VkMemoryRequirements structure returned from a call to vkGetImageMemoryRequirements with image (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-vkBindImageMemory-memory-01047)
th1nk3r-ing added a commit to th1nk3r-ing/android-vulkan-tutorials that referenced this issue May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant