diff options
author | Andres Rodriguez <[email protected]> | 2017-01-27 00:03:08 -0500 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-01-30 08:44:11 +0100 |
commit | 33f418bd67a0ccd14de8764b5c2e419963a428d8 (patch) | |
tree | 23b0c45b11ea93e8bf6a37cd1cc52c36a9a5ec63 /src | |
parent | 7b890a36dfec3cc2249d61f7eb57bba637b3debb (diff) |
radv: Expose VK_KHR_maintenance1
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/amd/vulkan/radv_device.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 60714217f01..23cf0d099c0 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -105,6 +105,10 @@ static const VkExtensionProperties instance_extensions[] = { static const VkExtensionProperties common_device_extensions[] = { { + .extensionName = VK_KHR_MAINTENANCE1_EXTENSION_NAME, + .specVersion = 1, + }, + { .extensionName = VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME, .specVersion = 1, }, |