February 9, 2018

This commit is contained in:
Chuck Walbourn 2018-02-09 17:20:39 -08:00
parent 99fb44b402
commit dce34a8b2b
2 changed files with 8 additions and 2 deletions

View File

@ -34,7 +34,7 @@
#include <ocidl.h> #include <ocidl.h>
#define DIRECTX_TEX_VERSION 151 #define DIRECTX_TEX_VERSION 152
struct IWICImagingFactory; struct IWICImagingFactory;
struct IWICMetadataQueryReader; struct IWICMetadataQueryReader;

View File

@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex)
Copyright (c) Microsoft Corporation. All rights reserved. Copyright (c) Microsoft Corporation. All rights reserved.
February 7, 2018 February 9, 2018
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
@ -129,6 +129,12 @@ RELEASE NOTES
------------------------------------ ------------------------------------
RELEASE HISTORY RELEASE HISTORY
February 9, 2018
HDR (RGBE Radiance) file format reader updated to support #?RGBE signature
texconv: Added -rotatecolor and -nits switches
texassemble: Added merge and gif commands
texdiag: added dumpdds command
February 7, 2018 February 7, 2018
Fixed bug with GPU BC7 encoding (mode 1, fixup 6) Fixed bug with GPU BC7 encoding (mode 1, fixup 6)
Updated for a few more VS 2017 warnings Updated for a few more VS 2017 warnings