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:
@@ -679,7 +679,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Interpolation mode for shader inputs / outputs
|
* Interpolation mode for shader inputs / outputs
|
||||||
*
|
*
|
||||||
* \sa ir_variable_interpolation
|
* \sa glsl_interp_qualifier
|
||||||
*/
|
*/
|
||||||
unsigned interpolation:2;
|
unsigned interpolation:2;
|
||||||
|
|
||||||
|
@@ -2616,7 +2616,7 @@ struct gl_shader_variable
|
|||||||
/**
|
/**
|
||||||
* Interpolation mode for shader inputs / outputs
|
* Interpolation mode for shader inputs / outputs
|
||||||
*
|
*
|
||||||
* \sa ir_variable_interpolation
|
* \sa glsl_interp_qualifier
|
||||||
*/
|
*/
|
||||||
unsigned interpolation:2;
|
unsigned interpolation:2;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user