Skip to content

Commit 5cfd711

Browse files
authored
March 6, 2024 (#461)
1 parent e9e293c commit 5cfd711

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
66

77
## Release History
88

9+
### March 6, 2024
10+
* Xbox Auxiliary tiling/detiling code optimization
11+
912
### February 21, 2024
1013
* TGA reader now limited to 4 GB for maximum image size for security hardening
1114
* Project updates for improved logging of shader compilation errors and GDK validation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkId=248926
66

77
Copyright (c) Microsoft Corporation.
88

9-
**February 21, 2024**
9+
**March 6, 2024**
1010

1111
This package contains DirectXTex, a shared source library for reading and writing ``.DDS`` files, and performing various texture content processing operations including resizing, format conversion, mip-map generation, block compression for Direct3D runtime texture resources, and height-map to normal-map conversion. This library makes use of the Windows Image Component (WIC) APIs. It also includes ``.TGA`` and ``.HDR`` readers and writers since these image file formats are commonly used for texture content processing pipelines, but are not currently supported by a built-in WIC codec.
1212

0 commit comments

Comments
 (0)