What platforms use SDL_RENDER_DEVICE_RESET?

I know that the SDL_RENDER_DEVICE_RESET event can be received in Android and in Windows (Direct3D), but do any other platforms use it? What about Emscripten?

1 Like

WhatsNew.txt, way down on line 690, says it’s only for DX and Android. Doing a grep search confirms that it’s only emitted by the Android and DX11/DX12 renderers.

1 Like