Skip to content
Snippets Groups Projects
  • Vanessa Karolek's avatar
    463a4ac7
    [#92] delete lines which throw the bit error · 463a4ac7
    Vanessa Karolek authored
    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.
    463a4ac7
    History
    [#92] delete lines which throw the bit error
    Vanessa Karolek authored
    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.