From: Kenneth Graunke Date: Sun, 19 Sep 2010 02:50:28 +0000 (+0200) Subject: glsl: Add comments to clarify the types of comparison binops. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=14eea268284491d64ff92b37723bff1e9ff14b40;p=mesa.git glsl: Add comments to clarify the types of comparison binops. --- diff --git a/src/glsl/ir.h b/src/glsl/ir.h index 909f8242a78..240e7cd49af 100644 --- a/src/glsl/ir.h +++ b/src/glsl/ir.h @@ -719,7 +719,8 @@ enum ir_expression_operation { ir_binop_mod, /** - * \name Binary comparison operators + * \name Binary comparison operators which return a boolean vector. + * The type of both operands must be equal. */ /*@{*/ ir_binop_less,