Sam Lantinga

Results 1875 comments of Sam Lantinga

Thank you for the research, it's very helpful.

That seems like a reasonable thing to add as a hint or property in SDL 3.4

I added a hint, `SDL_HINT_RENDER_DIRECT3D11_WARP` to specify that the direct3d11 renderer should use WARP.

If the hotplug thread isn't created by SDL, it could call SDL_CleanupTLS() before returning.

Is this in a multi-monitor configuration?

I just did a fresh install of Linux Mint 22.1 Cinnamon and set up two monitors, and the behavior I'm seeing is that once I'm in a game, the Windows...

> Additionally, if a given event provides data in a universal field such as `data1`, the documentation should include information on whether an event of a given type provides data...

Reading over your report, I don't see what information you would like added?

The design of the file format is specifically designed for easy import into OpenGL textures. We could add support for it, but you'd be bouncing through an intermediate format (SDL_Surface)...

We should wait to merge this until we get closer to the next SDL3 release.