diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c index 153e5897b40..ea22e9c7250 100644 --- a/src/amd/vulkan/radv_pipeline.c +++ b/src/amd/vulkan/radv_pipeline.c @@ -3664,8 +3664,8 @@ radv_consider_force_vrs(const struct radv_pipeline *pipeline, bool noop_fs, nir_ if (!device->force_vrs_enabled) return false; - /* Only VS and GS are supported for now. */ if (pipeline->graphics.last_vgt_api_stage != MESA_SHADER_VERTEX && + pipeline->graphics.last_vgt_api_stage != MESA_SHADER_TESS_EVAL && pipeline->graphics.last_vgt_api_stage != MESA_SHADER_GEOMETRY) return false;