SDL/src/render/direct3d
Ryan C. Gordon 114d1d46ac
direct3d: Remove unnecessary render target support check.
Direct3D 9 dictates that caps.NumSimultaneousRTs must always be at least 1,
which is to say that Direct3D 9 level hardware must always support render
targets.

(caps.NumSimultaneousRTs is meant to show if you can draw to multiple render
targets in a single draw call.)

We had already hardcoded SDL_RENDERER_TARGETTEXTURE as available earlier in
the function anyhow.

Fixes #4781.
2021-09-27 23:18:25 -04:00
..
SDL_render_d3d.c direct3d: Remove unnecessary render target support check. 2021-09-27 23:18:25 -04:00
SDL_shaders_d3d.c Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_shaders_d3d.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00