Updated DirectXTex (markdown)

Chuck Walbourn 2022-07-27 16:57:46 -07:00
Родитель b625827477
Коммит 0a83c14316
1 изменённых файлов: 1 добавлений и 0 удалений

@ -155,6 +155,7 @@ These functions provide utility functionality when working with ``DXGI_FORMAT``
### DXGI format type promoters
* [[MakeSRGB|FormatPromoters]] - Converts a DXGI format to the sRGB equivalent if any.
* [[MakeLinear|FormatPromoters]] - Converts a DXGI format to the non-sRGB equivalent.
* [[MakeTypeless|FormatPromoters]] - Converts a DXGI format to a TYPELESS equivalent if any. This does not modify depth/stencil formats which have multiple 'typeless' mappings.
* [[MakeTypelessUNORM|FormatPromoters]] - Converts a TYPELESS DXGI format to a UNORM equivalent if any.
* [[MakeTypelessFLOAT|FormatPromoters]] - Converts a TYPELESS DXGI format to a FLOAT equivalent if any.