File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ DIRECTX TEXTURE LIBRARY (DirectXTex)
3
3
4
4
Copyright (c) Microsoft Corporation. All rights reserved.
5
5
6
- February 24 , 2014
6
+ April 3 , 2014
7
7
8
8
This package contains DirectXTex, a shared source library for reading and writing DDS
9
9
files, and performing various texture content processing operations including
@@ -19,6 +19,9 @@ make use of the Windows 8.1 SDK and Windows 7 Service Pack 1 or later.
19
19
Details on using the Windows 8.1 SDK with VS 2010 are described on the Visual C++ Team Blog:
20
20
<http://blogs.msdn.com/b/vcblog/archive/2012/11/23/using-the-windows-8-sdk-with-visual-studio-2010-configuring-multiple-projects.aspx>
21
21
22
+ NOTE: DirectXTex is not supported on Windows phone 8.0 because WIC is not available on
23
+ that platform. It is available on Windows phone starting in version 8.1.
24
+
22
25
DDSTextureLoader\
23
26
This contains a streamlined version of the DirectX SDK sample DDSWithoutD3DX11 texture
24
27
loading code for a simple light-weight runtime DDS loader. This version only supports
@@ -102,6 +105,9 @@ RELEASE NOTES
102
105
------------------------------------
103
106
RELEASE HISTORY
104
107
108
+ April 3, 2014
109
+ Windows phone 8.1 platform support
110
+
105
111
February 24, 2014
106
112
Direct3D 11 video and Xbox One extended format support
107
113
New APIs: IsPlanar, IsPalettized, IsDepthStencil, ConvertToSinglePlane
You can’t perform that action at this time.
0 commit comments