mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
glsl2/builtins: Fix 1.30 sign implementation for ints.
This commit is contained in:
parent
63a92c975d
commit
5304c251fc
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
(signature int
|
||||
(parameters
|
||||
(declare (in) int x))
|
||||
((return (expression int / (var_ref x) (expression int abs (var_ref x))))))
|
||||
((return (expression int sign (var_ref x)))))
|
||||
|
||||
(signature ivec2
|
||||
(parameters
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue