Daniel Fortes
Daniel Fortes
Thiis seems to be the same type of issue: https://github.com/ziglang/zig/issues/10560, and the cause is that the C abi compatibility is not complete yet: https://github.com/ziglang/zig/issues/1481. The ` ARM: struct & union...
I could verify that indeed this was the issue by creating a wrapper function in c: ```c #include "../raylib-zig/raylib/src/raylib.h" void _DrawTextureExWrapper(Texture2D tex, float x, float y, float rotation, float scale,...
> if you highlight the field name is the behavior any different? Not really. I don't think highlighting symbols in neovim would make any difference.
I just tried the same operation using vscode (same zls build) and I get a "No result" message.
One thing that really got me confused is that according to the documentation for extern struct: > This kind of struct should only be used for compatibility with the C...
> 2. the current way of achieving this very common use-case in Zig (`extern struct` & `align(1)`) is unintuitive, has poor readability and discoverability both for people familiar with C,...
Hi! Is this a debug build? Because I think it should display the line of code where the NullReference was found in a debug build. If it is not a...
Are you building using IL2CPP? If so, maybe using Mono instead will give us the line number
Hi! The _burst_0_0 probably has no relation to our asset... seems like some unity bug or something. But since it is not an error it's hard to tell if it...
What are the settings for the Mapbox Route component?