October 30, 2015

This commit is contained in:
Chuck Walbourn 2015-10-30 10:42:04 -07:00
parent a121bc5c31
commit 2d993b85f3
2 changed files with 7 additions and 2 deletions

View File

@ -57,7 +57,7 @@
#endif
#endif
#define DIRECTX_TEX_VERSION 133
#define DIRECTX_TEX_VERSION 134
struct IWICImagingFactory;

View File

@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex)
Copyright (c) Microsoft Corporation. All rights reserved.
August 18, 2015
October 30, 2015
This package contains DirectXTex, a shared source library for reading and writing DDS
files, and performing various texture content processing operations including
@ -106,6 +106,11 @@ RELEASE NOTES
------------------------------------
RELEASE HISTORY
October 30, 2015
DDS support for legacy bumpmap formats (V8U8, Q8W8V8U8, V16U16)
Fix for buffer overread in BC CPU compressor
Minor code cleanup
August 18, 2015
Added GetWICFactory and SetWICFactory
Updates for new DXGI 1.3 types