ryupold / raylib.zig

Idiomatic Zig bindings for raylib utilizing raylib_parser
MIT License
222 stars 36 forks source link

SetShaderValue not working #8

Closed waozixyz closed 1 year ago

waozixyz commented 1 year ago

When i try to use the SetShaderValue function i keep getting the error

src/raylib/raylib.zig:1558:22: error: C pointers cannot point to opaque types
@ptrCast([*c]anyopaque, value)
ryupold commented 1 year ago

if fixed the binding generation so this should compile now

waozixyz commented 1 year ago

thank you!