Skip to content

Commit

Permalink
July 26, 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 27, 2017
1 parent 10ff495 commit c123b8e
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 150
#define DIRECTX_TEX_VERSION 151

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.

April 24, 2017
July 26, 2017

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 @@ -122,6 +122,12 @@ RELEASE NOTES
------------------------------------
RELEASE HISTORY

July 26, 2017
Support for reading non-standard DDS files written by nVidia Texture Tools (NVTT)
Fix for ComputeMSE when using CMSE_IMAGE2_X2_BIAS
Fix for WIC writer then codec target format requires a palette
Code cleanup

April 24, 2017
VS 2017 project updates
Regenerated shaders using Windows 10 Creators Update SDK (15063)
Expand Down

0 comments on commit c123b8e

Please sign in to comment.