Changes between Initial Version and Version 1 of Ticket #9643, comment 3


Ignore:
Timestamp:
Nov 6, 2016, 6:59:23 AM (8 years ago)
Author:
rootfather

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9643, comment 3

    initial v1  
    44SDL 2.0.2 and earlier: same borked windowed mode as with opengl, probably fallback to this?
    55
    6 Conclusion: We could add a SDL2 version check and only use direct3d11 on SDL 2.0.3 and later?
     6Conclusion: We could add a SDL_VERSION_ATLEAST(2,0,5) check and only add direct3d11 if this is true? Then, we would have less problems with other OSs, and because we bundle the SDL2.dll with our Windows builds, the official versions have direct3d11 enabled in future releases.