This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
WinRT: moved a bit more Direct3D 11.1 code into the SDL_Renderer backend
- Loading branch information
Showing
with
72 additions
and 41 deletions.
- +9 −2 src/core/windows/SDL_windows.c
- +3 −0 src/core/windows/SDL_windows.h
- +47 −2 src/render/direct3d11/SDL_render_d3d11.cpp
- +6 −0 src/video/windowsrt/SDL_WinRTApp.cpp
- +2 −36 src/video/windowsrt/SDL_winrtrenderer.cpp
- +2 −1 src/video/windowsrt/SDL_winrtrenderer.h
- +3 −0 src/video/windowsrt/SDL_winrtvideo.cpp