1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-23 13:00:06 +00:00

Updated WIC I O Functions (markdown)

Chuck Walbourn 2018-12-07 16:03:19 -08:00
parent 40a204640c
commit 37a62c4ec9

@ -196,7 +196,7 @@ These flags control the use of interpolation modes for image conversions/resizin
# Remarks
Note that when writing out screenshots captured from Direct3D render targets, you typically do not want to write out the alpha channel. In this case, you should specify a target format of ``GUID_WICPixelFormat24bppBGR`` for RGBA 32 input images.
Note that when writing out screenshots captured from Direct3D render targets, you typically do not want to write out the alpha channel. In this case, you should specify a target format of ``GUID_WICPixelFormat24bppBGR``, ``GUID_WICPixelFormat16bppBGR555``, or ``GUID_WICPixelFormat16bppBGR565``. ``GUID_WICPixelFormat96bppRGBFloat`` is also an option when using WIC version 2.
# Release Notes