mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
glsl: Delete spurious comment about mod not taking integer operands
This hasn't been true since we added support for GLSL 1.30. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
d6ad3e2dd9
commit
f4af9f36e7
1 changed files with 1 additions and 6 deletions
|
|
@ -145,12 +145,7 @@ ir_expression_operation = [
|
|||
# from the first argument.
|
||||
("borrow", 2, None),
|
||||
|
||||
# Takes one of two combinations of arguments:
|
||||
#
|
||||
# - mod(vecN, vecN)
|
||||
# - mod(vecN, float)
|
||||
#
|
||||
# Does not take integer types.
|
||||
# Either (vector % vector) or (vector % scalar)
|
||||
("mod", 2, "%"),
|
||||
|
||||
# Binary comparison operators which return a boolean vector.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue