anv: Enable VK_KHX_multiview and SPV_KHR_multiview
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
@@ -370,6 +370,10 @@ static const VkExtensionProperties device_extensions[] = {
|
||||
.extensionName = VK_KHX_EXTERNAL_MEMORY_FD_EXTENSION_NAME,
|
||||
.specVersion = 1,
|
||||
},
|
||||
{
|
||||
.extensionName = VK_KHX_MULTIVIEW_EXTENSION_NAME,
|
||||
.specVersion = 1,
|
||||
},
|
||||
};
|
||||
|
||||
static void *
|
||||
|
@@ -128,6 +128,7 @@ anv_shader_compile_to_nir(struct anv_pipeline *pipeline,
|
||||
.tessellation = true,
|
||||
.draw_parameters = true,
|
||||
.image_write_without_format = true,
|
||||
.multiview = true,
|
||||
};
|
||||
|
||||
nir_function *entry_point =
|
||||
|
Reference in New Issue
Block a user