This commit is contained in:
Chuck Walbourn 2020-07-02 15:43:14 -07:00
Родитель 210de2cafe
Коммит 10c59827e4
4 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -34,7 +34,7 @@ SpriteBatch - simple & efficient 2D sprite rendering
SpriteFont - bitmap based text rendering
VertexTypes - structures for commonly used vertex data formats
WICTextureLoader - WIC-based image file texture loader</description>
<releaseNotes>Matches the June 15, 2020 release on GitHub.</releaseNotes>
<releaseNotes>Matches the July 2, 2020 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>

Просмотреть файл

@ -34,7 +34,7 @@ SpriteBatch - simple &amp; efficient 2D sprite rendering
SpriteFont - bitmap based text rendering
VertexTypes - structures for commonly used vertex data formats
WICTextureLoader - WIC-based image file texture loader</description>
<releaseNotes>Matches the June 15, 2020 release on GitHub.</releaseNotes>
<releaseNotes>Matches the July 2, 2020 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>

Просмотреть файл

@ -6,6 +6,12 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
## Release History
### July 2, 2020
* Improved SpriteFont drawing performance in Debug builds
* Regenerated shaders using Windows 10 May 2020 Update SDK (19041)
* Code cleanup for some new VC++ 16.7 warnings
* CMake updates
### June 15, 2020
* DescriptorHeap / DescriptorPile updated with additional ctor
* EffectTextureFactory ctor parameter updated with default value

Просмотреть файл

@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=615561
Copyright (c) Microsoft Corporation. All rights reserved.
**June 15, 2020**
**July 2, 2020**
This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 12 C++ code for Universal Windows Platform (UWP) apps, Win32 desktop applications for Windows 10, and Xbox One.