nir: remove an obsolete comment from nir_gather_xfb_info_from_intrinsics

Reviewed-by: Qiang Yu <yuq825@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21861>
This commit is contained in:
Marek Olšák 2023-03-12 03:31:16 -04:00 committed by Marge Bot
parent ea9156edc3
commit c60002ea27

View file

@ -313,9 +313,6 @@ compare_xfb_out(const void *pa, const void *pb)
/**
* Gather transform feedback info from lowered IO intrinsics.
*
* Optionally return slot_to_register, an optional table to translate
* gl_varying_slot to "base" indices.
*/
void
nir_gather_xfb_info_from_intrinsics(nir_shader *nir)