summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2016-06-13 13:48:47 -0700
committerIan Romanick <[email protected]>2016-06-20 11:18:39 -0700
commitd3a5cae60a9317d9c191c5d9eba31dfe713cba16 (patch)
tree05832810bf929a7cbf4bc6c1b4ad84daefc1998d /src/mesa/main
parent08cd234db826eb66ebf186435cb3709613c69c33 (diff)
mesa: Fix incorrect "see also" comments
Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 7f03c040c40..e5ae5e6259a 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2616,7 +2616,7 @@ struct gl_shader_variable
/**
* Interpolation mode for shader inputs / outputs
*
- * \sa ir_variable_interpolation
+ * \sa glsl_interp_qualifier
*/
unsigned interpolation:2;