Skip to content
Snippets Groups Projects
Commit 14eea268 authored by Kenneth Graunke's avatar Kenneth Graunke
Browse files

glsl: Add comments to clarify the types of comparison binops.

parent 0bc3e1f4
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment