diff --git a/src/nouveau/vulkan/nvk_physical_device.c b/src/nouveau/vulkan/nvk_physical_device.c index c7a9faa5e45..309294f561d 100644 --- a/src/nouveau/vulkan/nvk_physical_device.c +++ b/src/nouveau/vulkan/nvk_physical_device.c @@ -240,6 +240,8 @@ nvk_get_device_features(const struct nv_device_info *info, .bufferDeviceAddress = true, .bufferDeviceAddressCaptureReplay = false, .bufferDeviceAddressMultiDevice = false, + .shaderOutputViewportIndex = info->cls_eng3d >= MAXWELL_B, + .shaderOutputLayer = info->cls_eng3d >= MAXWELL_B, /* Vulkan 1.3 */ .robustImageAccess = true,