Skip to content

Commit

Permalink
February 9, 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Feb 10, 2018
1 parent 99fb44b commit dce34a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DirectXTex/DirectXTex.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include <ocidl.h>

#define DIRECTX_TEX_VERSION 151
#define DIRECTX_TEX_VERSION 152

struct IWICImagingFactory;
struct IWICMetadataQueryReader;
Expand Down
8 changes: 7 additions & 1 deletion ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dce34a8

Please sign in to comment.