mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
anv: Advertise support for VK_KHR_storage_buffer_storage_class
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
parent
f2fe74a462
commit
bc9319583a
2 changed files with 5 additions and 0 deletions
|
|
@ -484,6 +484,10 @@ static const VkExtensionProperties device_extensions[] = {
|
|||
.extensionName = VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME,
|
||||
.specVersion = 1,
|
||||
},
|
||||
{
|
||||
.extensionName = VK_KHR_STORAGE_BUFFER_STORAGE_CLASS_EXTENSION_NAME,
|
||||
.specVersion = 1,
|
||||
},
|
||||
{
|
||||
.extensionName = VK_KHR_SWAPCHAIN_EXTENSION_NAME,
|
||||
.specVersion = 68,
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ SUPPORTED_EXTENSIONS = [
|
|||
'VK_KHR_push_descriptor',
|
||||
'VK_KHR_sampler_mirror_clamp_to_edge',
|
||||
'VK_KHR_shader_draw_parameters',
|
||||
'VK_KHR_storage_buffer_storage_class',
|
||||
'VK_KHR_surface',
|
||||
'VK_KHR_swapchain',
|
||||
'VK_KHR_wayland_surface',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue