1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-21 20:10:05 +00:00

Updated Texassemble (markdown)

Chuck Walbourn 2016-09-24 01:31:59 -07:00
parent d5cc568b82
commit 2dbe0857ea

@ -73,4 +73,8 @@ This loads the two image files 'lena.jpg' and 'peppers.tiff'. It resizes 'pepper
texassemble h-cross cubemap.dds
This loads the cubemap, and outputs a ``cubemap.bmp`` with the cubemap faces arranged in a horizontal cross.
This loads the cubemap, and outputs a ``cubemap.bmp`` with the cubemap faces arranged in a horizontal cross.
# Remarks
Partial cubemaps (where less than 6 faces are specified) are not supported by Direct3D 10 or later. Therefore this tool only supports cubemaps with all six faces defined.