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

Vulkan memory alignment error #33

Open
marceline-cramer opened this issue Aug 16, 2021 · 0 comments
Open

Vulkan memory alignment error #33

marceline-cramer opened this issue Aug 16, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@marceline-cramer
Copy link
Contributor

VUID-vkBindBufferMemory-size-01037(ERROR / SPEC): msgNum: -1888562224 - Validation Error: [ VUID-vkBindBufferMemory-size-01037 ] Object 0: handle = 0x2e2cd000000002b, type = VK_OBJECT_TYPE_BUFFER; | MessageID = 0x8f6ed3d0 | vkBindBufferMemory(): memory size minus memoryOffset is 0xe6a9 but must be at least as large as VkMemoryRequirements::size value 0xe6b0, returned from a call to vkGetBufferMemoryRequirements with buffer. The Vulkan spec states: The size member of the VkMemoryRequirements structure returned from a call to vkGetBufferMemoryRequirements with buffer must be less than or equal to the size of memory minus memoryOffset (https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VUID-vkBindBufferMemory-size-01037)

displayed twice per app run

@marceline-cramer marceline-cramer added the bug Something isn't working label Aug 16, 2021
@marceline-cramer marceline-cramer self-assigned this Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant