mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 01:58:16 +02:00
v3dv: advertise VK_EXT_scalar_block_layout on V3D 7.1+
The scalarBlockLayout feature was already exposed via the Vulkan 1.2 feature struct, but Vulkan 1.1 clients (e.g. Dawn) need the EXT to discover it. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41673>
This commit is contained in:
parent
cd9f2648d3
commit
e40989f451
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
|
|||
.EXT_private_data = true,
|
||||
.EXT_provoking_vertex = true,
|
||||
.EXT_queue_family_foreign = true,
|
||||
.EXT_scalar_block_layout = device->devinfo.ver >= 71,
|
||||
.EXT_separate_stencil_usage = true,
|
||||
.EXT_shader_demote_to_helper_invocation = true,
|
||||
.EXT_shader_module_identifier = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue