You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Varjo: There is no applicable method for the glsl function '+'
when called with argument types:
(FOO :INT32)
Form: (+ X 10)
[Condition of type VARJO-CONDITIONS:NO-VALID-FUNCTION]
This issues hits on some deeper issues for example, what if its a function from the glsl spec? Amybe in that specific case we should not allow replacement, simply because it fucks things up for other users
The text was updated successfully, but these errors were encountered:
The following code
foo
is defined but the existing func from global is still used (returning afoo-g
object)This issues hits on some deeper issues for example, what if its a function from the glsl spec? Amybe in that specific case we should not allow replacement, simply because it fucks things up for other users
The text was updated successfully, but these errors were encountered: