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

Updated Texassemble (markdown)

Chuck Walbourn 2018-02-22 10:40:19 -08:00
parent d63634d406
commit d74c4ba623

@ -95,7 +95,7 @@ This will create a new image saved as a ``png`` with the RGB values read from th
texassemble gif animated.gif -o output.dds
This creates a DDS that contains a texture 2D array with BGRA with one item for each frame in the animation.
This creates a DDS that contains a texture 2D array with format ``DXGI_FORMAT_B8G8AR8A8_UNORM`` with one item for each frame in the animation.
# Remarks