commit | e58648d592f834b4b6f93b25684eae619aa77ae9 | [log] [tgz] |
---|---|---|
author | Sam Lantinga <slouken@libsdl.org> | Tue Oct 21 12:59:31 2025 -0700 |
committer | Sam Lantinga <slouken@libsdl.org> | Tue Oct 21 13:01:30 2025 -0700 |
tree | 869a9201270ad378a482e3e7e8168b78b67c07a2 | |
parent | 2056c54548b1cd0f54cf114fc761b98f31595d63 [diff] |
Removed call to ID3D11DeviceContext1_DiscardView() (thanks @pipiwoaini!) This is unnecessary and can cause issues after a resize or device removal. Fixes https://github.com/libsdl-org/SDL/issues/14283
Simple DirectMedia Layer (SDL for short) is a cross-platform library designed to make it easy to write multi-media software, such as games and emulators.
You can find the latest release and additional information at: https://www.libsdl.org/
Installation instructions and a quick introduction is available in INSTALL.md
This library is distributed under the terms of the zlib license, available in LICENSE.txt.
Enjoy!
Sam Lantinga (slouken@libsdl.org)