Core/Thread: Make use of SetThreadDescription if possible (win32)

This commit is contained in:
Lynix
2020-01-06 15:35:48 +01:00
parent c378ad26a9
commit c73d08af9b
3 changed files with 29 additions and 11 deletions

View File

@@ -215,6 +215,7 @@ Nazara Engine:
- Added EmptyStream class, useful to measure how many bytes some writing operations will take
- SegmentCollider2D: Add support for neighbors (aka "ghost vertices"), allowing to prevent seams collisions
- ⚠ OBJLoader flips UV by default, fixing a lot of models UV
- On Windows, Thread::Set(Current)Name now uses `SetThreadDescription` Win32 function if possible instead of triggering a debugger exception. MinGW builds will use this if available too.
Nazara Development Kit:
- Added ImageWidget (#139)