dzn: Don't expose variable pointers

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20823>
This commit is contained in:
Jesse Natalie
2023-01-20 13:47:44 -08:00
committed by Marge Bot
parent ad7157c1e8
commit 602a54a083

View File

@@ -1337,8 +1337,8 @@ dzn_GetPhysicalDeviceFeatures2(VkPhysicalDevice physicalDevice,
.multiview = true,
.multiviewGeometryShader = true,
.multiviewTessellationShader = false,
.variablePointersStorageBuffer = true,
.variablePointers = true,
.variablePointersStorageBuffer = false,
.variablePointers = false,
.protectedMemory = false,
.samplerYcbcrConversion = false,
.shaderDrawParameters = true,