June 27, 2016
This commit is contained in:
parent
428411a7c4
commit
6ca955fe26
@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex)
|
||||
|
||||
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
|
||||
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.
|
||||
|
||||
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\
|
||||
This contains a streamlined version of the DirectX SDK sample DDSWithoutD3DX11 texture
|
||||
@ -108,6 +108,10 @@ RELEASE NOTES
|
||||
------------------------------------
|
||||
RELEASE HISTORY
|
||||
|
||||
June 27, 2016
|
||||
texconv command-line tool -wicq and -wiclossless switches
|
||||
Code cleanup
|
||||
|
||||
April 26, 2016
|
||||
Optional callback from WIC reader functions to query additional metadata
|
||||
Retired obsolete adapter code
|
||||
|
Loading…
Reference in New Issue
Block a user