mirror of
https://github.com/raylib-zig/raylib-zig.git
synced 2025-12-06 06:13:08 +00:00
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.