March 30, 2023 (#334)

This commit is contained in:
Chuck Walbourn
2023-03-30 12:15:00 -07:00
committed by GitHub
parent 654ec26168
commit e3f1523de9
5 changed files with 16 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkId=248926
Copyright (c) Microsoft Corporation.
**January 31, 2023**
**March 30, 2023**
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.