mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 21:40:08 +01:00
kk: Enable VK_EXT_shader_atomic_float
Reviewed-by: Aitor Camacho <aitor@lunarg.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38067>
This commit is contained in:
parent
53de36895c
commit
9be352df12
1 changed files with 6 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ kk_get_device_extensions(const struct kk_instance *instance,
|
|||
#endif
|
||||
.EXT_external_memory_metal = true,
|
||||
.EXT_mutable_descriptor_type = true,
|
||||
.EXT_shader_atomic_float = true,
|
||||
.EXT_shader_replicated_composites = true,
|
||||
|
||||
.KHR_shader_expect_assume = true,
|
||||
|
|
@ -288,6 +289,11 @@ kk_get_device_features(
|
|||
|
||||
/* VK_KHR_shader_subgroup_uniform_control_flow */
|
||||
.shaderSubgroupUniformControlFlow = true,
|
||||
|
||||
/* VK_EXT_shader_atomic_float */
|
||||
.shaderBufferFloat32Atomics = true,
|
||||
.shaderBufferFloat32AtomicAdd = true,
|
||||
.shaderSharedFloat32Atomics = true,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue