Results 5 comments of jeffkdev

My own zig implementation of the sokol instancing example is is actually what triggered this issue: https://github.com/ziglang/zig/issues/12568 If you do a similar workaround to the one I posted there you...

For reference, this is what my update loop looks like now on my side (I don't have the data wrapped in a state struct and just use the sokol c...

If anyone stumbles on this in the future, this is how you can do it on the current sokol version on Windows: https://github.com/jeffkdev/sokol/commit/5dbc11b1fc2cafe88b21f3f12684196bd2fc4971 sapp handles the sapp_win32_update_cursor call now so...

Would `@splat` be able to handle an array of structs too? I am thinking of this related issue: https://github.com/ziglang/zig/issues/6068 (copied from issue): ```zig // a default-initialized struct const Bla =...

Sure, here is a gist of the code along with some TODO items: https://gist.github.com/jeffkdev/ea8458af09c40271b7ba5c62cc8a3a78 *ADMIN* added a copy: [ea8458af09c40271b7ba5c62cc8a3a78-491f6d170f0f62abadd42e63e4f0867e5a1fa508.zip](https://github.com/user-attachments/files/23963745/ea8458af09c40271b7ba5c62cc8a3a78-491f6d170f0f62abadd42e63e4f0867e5a1fa508.zip)