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

Updated Convert (markdown)

Chuck Walbourn 2020-04-04 12:42:03 -07:00
parent b9fb849e8b
commit c1d7b7ee09

@ -17,7 +17,7 @@ HRESULT Convert(
_format_: Target format for conversion.
_filter_: See [[Filter Flags]]
_filter_: One or more [[Filter Flags]]. The default value is ``TEX_FILTER_DEFAULT``.
_threshold_: Alpha threshold used for converting to single bit alpha channels (0 to 1 range). Typically use is to pass ``TEX_THRESHOLD_DEFAULT`` (0.5).