Skip to content
Snippets Groups Projects
Commit 463a4ac7 authored by Vanessa Karolek's avatar Vanessa Karolek
Browse files

[#92] delete lines which throw the bit error

Error:
VUID-vkBindBufferMemory-bufferDeviceAddress-03339(ERROR / SPEC): msgNum: 1151829889 - Validation Error: [ VUID-vkBindBufferMemory-bufferDeviceAddress-03339 ] Object 0: handle = 0x2a4d4b0000000c8a, type = VK_OBJECT_TYPE_BUFFER; | MessageID = 0x44a78781 | vkBindBufferMemory(): If buffer was created with the VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT bit set, memory must have been allocated with the VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT bit set. The Vulkan spec states: If the VkPhysicalDeviceBufferDeviceAddressFeatures::bufferDeviceAddress feature is enabled and buffer was created with the VK_BUFFER_USAGE_SHADER_DEVICE_ADDRESS_BIT bit set, memory must have been allocated with the VK_MEMORY_ALLOCATE_DEVICE_ADDRESS_BIT bit set (https://vulkan.lunarg.com/doc/view/1.2.170.0/windows/1.2-extensions/vkspec.html#VUID-vkBindBufferMemory-bufferDeviceAddress-03339)
    Objects: 1
        [0] 0x2a4d4b0000000c8a, type: 9, name: NULL

Process finished with exit code 0

TODO:
We still need to resolve line 78 in ASManager.cpp! This also throws this error.
parent e3f204a1
No related branches found
No related tags found
1 merge request!75Resolve "RTX-Module"
Pipeline #27050 failed