glsl: Add comments to clarify the types of comparison binops.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 19 Sep 2010 02:50:28 +0000 (04:50 +0200)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 20 Sep 2010 15:31:16 +0000 (17:31 +0200)
src/glsl/ir.h

index 909f8242a7828f6ebb837ce8faf63f2ccf57f385..240e7cd49affd0515060de0b2fa5b43b9a1d00ba 100644 (file)
@@ -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,