Created
February 29, 2020 10:58
-
-
Save swablueme/a74f4163a6bf67c2dc5237baaff0f8e3 to your computer and use it in GitHub Desktop.
dds_png bat for use with texconv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for %%f in (*.dds) do ( | |
.\texconv.exe "%%f" -ft png | |
) | |
@pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment