diff options
author | Jason Ekstrand <[email protected]> | 2017-06-29 10:26:53 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-07-18 09:43:13 -0700 |
commit | bc9319583a98d65deeb78de0e475313a96ec3b57 (patch) | |
tree | 29eb33ac3960b644e1ee4514ce6ae476c86df761 /src/intel/vulkan/anv_device.c | |
parent | f2fe74a462ea6e019678c89632a99d8037a2f153 (diff) |
anv: Advertise support for VK_KHR_storage_buffer_storage_class
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_device.c')
-rw-r--r-- | src/intel/vulkan/anv_device.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 93a1b77a155..b13d6e0423d 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -485,6 +485,10 @@ static const VkExtensionProperties device_extensions[] = { .specVersion = 1, }, { + .extensionName = VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME, + .specVersion = 1, + }, + { .extensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME, .specVersion = 68, }, |