Skip to content
Commit 9464a81a authored by João Capucho's avatar João Capucho Committed by Dzmitry Malyshau
Browse files

[glsl-in] Fix parameter qualifiers

Previously the types where changed in a later phase now they are changed
right when the argument is added, this makes the implementation slightly
less spec compliant because the following code will compile whilst it shouldn't

```glsl
void test(float a) {}
void test(out float b) {}
```
parent 2b263a18
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment