mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
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:
parent
ea9156edc3
commit
c60002ea27
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue