1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-09-19 23:29:54 +00:00

Updated Resize (markdown)

Chuck Walbourn 2020-04-04 13:06:08 -07:00
parent 3207c7b77d
commit b27e46cc9e

@ -15,7 +15,7 @@ HRESULT Resize( const Image* srcImages, size_t nimages,
# Parameters
_filter_: See [[Filter Flags]]
_filter_: One or more [[Filter Flags]]. The default value is ``TEX_FILTER_DEFAULT``.
If using ``TEX_FILTER_DEFAULT``, this routine will default to using FANT if using the WIC code paths. If using the non-WIC codepaths, it defaults to BOX if the destination image is half the size in both dimensions of the source image, otherwise it defaults to LINEAR.