diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index c62f59b6b29..bdd324d8c1c 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -2328,7 +2328,7 @@ radv_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice, properties->maxTaskWorkGroupSize[0] = 1024; properties->maxTaskWorkGroupSize[1] = 1024; properties->maxTaskWorkGroupSize[2] = 1024; - properties->maxTaskOutputCount = 1024; + properties->maxTaskOutputCount = 65535; /* Mesh shader limitations: * Same as NGG, because MS are compiled to NGG.