compiler: Update reference to name_for_stage func.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22809>
This commit is contained in:
Emma Anholt
2023-05-02 15:57:35 -07:00
committed by Marge Bot
parent 40653f0783
commit e31b7a3f9e

View File

@@ -304,7 +304,7 @@ const char *gl_vert_attrib_name(gl_vert_attrib attrib);
* - vertResults (in prog_print.c's arb_output_attrib_string())
* - fragAttribs (in prog_print.c's arb_input_attrib_string())
* - _mesa_varying_slot_in_fs()
* - _mesa_varying_slot_name_for_stage()
* - gl_varying_slot_name_for_stage()
*/
typedef enum
{