1
0
mirror of https://github.com/microsoft/DirectXTex synced 2025-01-17 04:30:06 +00:00

June 27, 2016

This commit is contained in:
Chuck Walbourn 2016-06-27 17:54:20 -07:00
parent 428411a7c4
commit 6ca955fe26

View File

@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex)
Copyright (c) Microsoft Corporation. All rights reserved. Copyright (c) Microsoft Corporation. All rights reserved.
April 26, 2016 June 27, 2016
This package contains DirectXTex, a shared source library for reading and writing DDS This package contains DirectXTex, a shared source library for reading and writing DDS
files, and performing various texture content processing operations including files, and performing various texture content processing operations including
@ -14,7 +14,7 @@ writer since this image file format is commonly used for texture content process
but is not currently supported by a built-in WIC codec. but is not currently supported by a built-in WIC codec.
The source is written for Visual Studio 2013 or 2015. It is recommended that you The source is written for Visual Studio 2013 or 2015. It is recommended that you
make use of VS 2013 Update 5, VS 2015 Update 2, and Windows 7 Service Pack 1 or later. make use of VS 2013 Update 5 or VS 2015 Update 3 and Windows 7 Service Pack 1 or later.
DDSTextureLoader\ DDSTextureLoader\
This contains a streamlined version of the DirectX SDK sample DDSWithoutD3DX11 texture This contains a streamlined version of the DirectX SDK sample DDSWithoutD3DX11 texture
@ -108,6 +108,10 @@ RELEASE NOTES
------------------------------------ ------------------------------------
RELEASE HISTORY RELEASE HISTORY
June 27, 2016
texconv command-line tool -wicq and -wiclossless switches
Code cleanup
April 26, 2016 April 26, 2016
Optional callback from WIC reader functions to query additional metadata Optional callback from WIC reader functions to query additional metadata
Retired obsolete adapter code Retired obsolete adapter code