Skip to content

Vulkan memory alignment error #33

Description

@marceline-cramer
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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions