mesa: Fix incorrect "see also" comments

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
This commit is contained in:
Ian Romanick 2016-06-13 13:48:47 -07:00
parent 08cd234db8
commit d3a5cae60a
2 changed files with 2 additions and 2 deletions

View File

@ -679,7 +679,7 @@ public:
/**
* Interpolation mode for shader inputs / outputs
*
* \sa ir_variable_interpolation
* \sa glsl_interp_qualifier
*/
unsigned interpolation:2;

View File

@ -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;