nvk: Advertise KHR_shader_untyped_pointers
Acked-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36681>
This commit is contained in:
committed by
Marge Bot
parent
e8fe6273f9
commit
65f3d7fb7f
@@ -187,6 +187,7 @@ nvk_get_device_extensions(const struct nvk_instance *instance,
|
||||
.KHR_shader_subgroup_rotate = true,
|
||||
.KHR_shader_subgroup_uniform_control_flow = true,
|
||||
.KHR_shader_terminate_invocation = true,
|
||||
.KHR_shader_untyped_pointers = true,
|
||||
.KHR_spirv_1_4 = true,
|
||||
.KHR_storage_buffer_storage_class = true,
|
||||
#ifdef NVK_USE_WSI_PLATFORM
|
||||
@@ -508,6 +509,9 @@ nvk_get_device_features(const struct nv_device_info *info,
|
||||
/* VK_KHR_shader_subgroup_uniform_control_flow */
|
||||
.shaderSubgroupUniformControlFlow = true,
|
||||
|
||||
/* KHR_shader_untyped_pointers */
|
||||
.shaderUntypedPointers = true,
|
||||
|
||||
/* VK_KHR_unified_image_layouts */
|
||||
.unifiedImageLayouts = true,
|
||||
.unifiedImageLayoutsVideo = true,
|
||||
|
||||
Reference in New Issue
Block a user