Ryan Roden-Corrent 98c7db5648
Fix SetShaderValue type.
It was complaining:

```
./lib/raylib-wa.zig:369:82: error: C pointers cannot point to non-C-ABI-compatible type 'void'
pub extern fn SetShaderValue(shader: Shader, uniformLoc: c_int, value: [*c]const void, uniformType: c_int) void;
```

I believe we don't want to necessarily treat the arg as an array.
2021-07-24 16:09:17 -04:00
..
2021-07-24 16:09:17 -04:00