mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
panvk: Set .pushDescriptor=true
We already claim support for VK_KHR_push_descriptor, so we de-facto support pushDescriptor. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Olivia Lee <benjamin.lee@collabora.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34640>
This commit is contained in:
parent
5b7e5db149
commit
de78a75f13
2 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
removed clover frontend
|
||||
VK_EXT_vertex_input_dynamic_state/vertexInputDynamicState on panvk
|
||||
pushDescriptor on panvk
|
||||
|
|
|
|||
|
|
@ -552,6 +552,9 @@ get_features(const struct panvk_physical_device *device,
|
|||
|
||||
/* VK_EXT_ycbcr_image_arrays */
|
||||
.ycbcrImageArrays = arch >= 10,
|
||||
|
||||
/* VK_KHR_push_descriptor */
|
||||
.pushDescriptor = true,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue