nvk: Advertise shaderOutputLayer and shaderOutputViewportIndex
We already advertise the extension but it's moved into feature bits in Vulkan 1.2 and we didn't have those turned on. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25812>
This commit is contained in:

committed by
Marge Bot

parent
18af014f7c
commit
075219e58f
@@ -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,
|
||||
|
Reference in New Issue
Block a user