panvk: enable uniformBufferStandardLayout

We already implement scalarBlockLayout, which is more general than
uniformBufferStandardLayout, so this is a trivial enable for us.

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33291>
This commit is contained in:
Caterina Shablia
2025-02-11 14:48:29 +00:00
committed by Marge Bot
parent 7a7f01bda0
commit 94093f58fb
3 changed files with 4 additions and 2 deletions

View File

@@ -8,3 +8,4 @@ samplerYcbcrConversion on panvk/v10+
ycbcr2plane444Formats on panvk/v10+
ycbcrImageArrays on panvk/v10+
VK_KHR_imageless_framebuffer on panvk
VK_KHR_uniform_buffer_standard_layout on panvk