turnip: Enable tessellationShader physical device feature

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5059>
This commit is contained in:
Brian Ho 2020-04-24 13:49:19 -07:00 committed by Marge Bot
parent 497671be35
commit 64ccb74028
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ tu_GetPhysicalDeviceFeatures(VkPhysicalDevice physicalDevice,
.imageCubeArray = true,
.independentBlend = true,
.geometryShader = true,
.tessellationShader = false,
.tessellationShader = true,
.sampleRateShading = true,
.dualSrcBlend = true,
.logicOp = true,