From dce34a8b2b977076e93f808c449625e753a246af Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 9 Feb 2018 17:20:39 -0800 Subject: [PATCH] February 9, 2018 --- DirectXTex/DirectXTex.h | 2 +- ReadMe.txt | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DirectXTex/DirectXTex.h b/DirectXTex/DirectXTex.h index d80c33c..d93cc7d 100644 --- a/DirectXTex/DirectXTex.h +++ b/DirectXTex/DirectXTex.h @@ -34,7 +34,7 @@ #include -#define DIRECTX_TEX_VERSION 151 +#define DIRECTX_TEX_VERSION 152 struct IWICImagingFactory; struct IWICMetadataQueryReader; diff --git a/ReadMe.txt b/ReadMe.txt index 46d3f3e..15f76f2 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex) 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 files, and performing various texture content processing operations including @@ -129,6 +129,12 @@ RELEASE NOTES ------------------------------------ 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 Fixed bug with GPU BC7 encoding (mode 1, fixup 6) Updated for a few more VS 2017 warnings