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
Result: out vec4 m;void main(){m.x=97;}
Expected: something that evaluates to 97.4 (there is a related bug that neither 487./5 nor 487/5. is simplified. probably they can be solved together).
The text was updated successfully, but these errors were encountered:
Input:
Result:
out vec4 m;void main(){m.x=97;}
Expected: something that evaluates to
97.4
(there is a related bug that neither487./5
nor487/5.
is simplified. probably they can be solved together).The text was updated successfully, but these errors were encountered: