mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-22 15:51:23 +00:00
eb14b635cd
Olli-Samuli Lehmus If one creates a window with the SDL_WINDOW_FULLSCREEN_DESKTOP flag, and creates a render target with SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "linear"), and afterwards sets SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "nearest"), after minimizing the window, the scale quality hint is lost on the render target. Textures however do keep their interpolation modes. |
||
---|---|---|
.. | ||
SDL_render_d3d.c | ||
SDL_shaders_d3d.c | ||
SDL_shaders_d3d.h |