summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_device.c
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2017-01-17 16:38:01 +0000
committerLionel Landwerlin <[email protected]>2017-03-02 10:34:06 +0000
commitaf5f13e58c9dfe3a54487a3b002370c1edd39cf3 (patch)
tree12762e45a1660d411fad24434eaf1c3236934a84 /src/intel/vulkan/anv_device.c
parent9f60ed98e501da799df2aa6251536a96a7a513ed (diff)
anv: add VK_KHR_descriptor_update_template support
Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_device.c')
-rw-r--r--src/intel/vulkan/anv_device.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index 0764db1e135..a5b91fd6d32 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -265,6 +265,10 @@ static const VkExtensionProperties device_extensions[] = {
{
.extensionName = VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME,
.specVersion = 1,
+ },
+ {
+ .extensionName = VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME,
+ .specVersion = 1,
}
};