Add names to anon struct
See #146 for the reasoning and before/after comparison.
Convert audio stream callback user data to expected type
0f25a419fc
Convert audio stream callback user data to expected type
SDL_CreateTexture is missing
Thanks!
SDL_CreateTexture is missing
Also, the Render API doesn't work with GPU textures because they're different. For example, [Renderer.renderTexture()](https://7games.codeberg.page/zig-sdl3/@docs/#sdl3.render.Renderer.renderTextur...
SDL_CreateTexture is missing
SDL_CreateTexture and SDL_CreateGPUTexture are two different things. SDL_CreateTexture uses the Render API, while SDL_CreateGPUTexture uses the GPU API. [The GPU API](https://wiki.libsdl.org/SDL3/C...
SDL_CreateTexture is missing
Upgrade To SDL3.4
Thanks, I've been looking forward to this!
Doesn't work with included files