compiler: update the comment for enum glsl_interp_mode

We no longer store the interp mode with the program metadata.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Timothy Arceri 2016-10-19 13:27:01 +11:00
parent aa881e4dc0
commit 89512987c6

View file

@ -491,7 +491,7 @@ const char *gl_system_value_name(gl_system_value sysval);
* shader input in GLSL.
*
* Note: INTERP_MODE_NONE must be 0 so that memsetting the
* gl_fragment_program data structure to 0 causes the default behavior.
* ir_variable data structure to 0 causes the default behavior.
*/
enum glsl_interp_mode
{