pvr: Enable VK_KHR_uniform_buffer_standard_layout

Signed-off-by: Vlad Schiller <vlad-radu.schiller@imgtec.com>
Reviewed-by: Matt Coster <matt.coster@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25708>
This commit is contained in:
Vlad Schiller
2023-09-07 10:04:03 +01:00
committed by Marge Bot
parent a2e0701428
commit 12e4fa19df
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -175,6 +175,7 @@ static void pvr_physical_device_get_supported_extensions(
.KHR_image_format_list = true,
.KHR_swapchain = PVR_USE_WSI_PLATFORM,
.KHR_timeline_semaphore = true,
.KHR_uniform_buffer_standard_layout = true,
.EXT_external_memory_dma_buf = true,
.EXT_private_data = true,
.EXT_scalar_block_layout = true,
@@ -247,6 +248,9 @@ static void pvr_physical_device_get_supported_features(
/* Vulkan 1.2 / VK_KHR_timeline_semaphore */
.timelineSemaphore = true,
/* Vulkan 1.2 / VK_KHR_uniform_buffer_standard_layout */
.uniformBufferStandardLayout = true,
/* Vulkan 1.3 / VK_EXT_private_data */
.privateData = true,