Update Amber
authorIlkka Saarelainen <ilkka.saarelainen@siru.fi>
Mon, 3 May 2021 09:41:34 +0000 (12:41 +0300)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 13 May 2021 08:19:34 +0000 (08:19 +0000)
Amber was causing validation errors in some tests because VK_WHOLE_SIZE
as the buffer range and dynamic offsets were used together in
uniform/storage buffer bindings, which is not allowed.

This issue is fixed in the latest version of Amber.

VK-GL-CTS issue: 2873

Affects: All Amber tests

Components: Vulkan, Framework
Change-Id: I79a003adeebc4718b1c794573fa476a4288f17c5

external/fetch_sources.py

index 5f9afc4..78f42dc 100644 (file)
@@ -333,7 +333,7 @@ PACKAGES = [
        GitRepo(
                "https://github.com/google/amber.git",
                None,
-               "aa69a0ac23ea7f68dd32bbef210546a5d84c1734",
+               "8797ee109e7a6ea4d1f58f387f757545fa35325b",
                "amber"),
 ]