• Joined on 2025年04月23日
xordspar0 commented on pull request 7Games/zig-sdl3#159 2026年01月14日 17:52:11 +01:00
Add names to anon struct

See #146 for the reasoning and before/after comparison.

xordspar0 created pull request 7Games/zig-sdl3#157 2026年01月12日 08:16:43 +01:00
Convert audio stream callback user data to expected type
xordspar0 pushed to fix-audio-stream at xordspar0/zig-sdl3 2026年01月12日 08:10:33 +01:00
0f25a419fc Convert audio stream callback user data to expected type
xordspar0 created branch fix-audio-stream in xordspar0/zig-sdl3 2026年01月12日 08:10:33 +01:00
xordspar0 created repository xordspar0/zig-sdl3 2026年01月12日 08:03:53 +01:00
xordspar0 commented on issue 7Games/zig-sdl3#154 2026年01月12日 02:29:26 +01:00
SDL_CreateTexture is missing

Thanks!

xordspar0 commented on issue 7Games/zig-sdl3#154 2026年01月11日 23:47:38 +01:00
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...

xordspar0 commented on issue 7Games/zig-sdl3#154 2026年01月11日 23:44:38 +01:00
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...

xordspar0 opened issue 7Games/zig-sdl3#154 2026年01月11日 01:55:33 +01:00
SDL_CreateTexture is missing
xordspar0 commented on pull request 7Games/zig-sdl3#153 2026年01月09日 05:38:39 +01:00
Upgrade To SDL3.4

Thanks, I've been looking forward to this!

xordspar0 opened issue dz4k/fruit-credits#10 2025年04月23日 03:44:34 +02:00
Doesn't work with included files