Magpie/tools/MPVHookTextureParser
dependabot[bot] d5bf3bec80
chore(deps): bump directxtex_desktop_win10 (#527)
Bumps [directxtex_desktop_win10](https://github.com/microsoft/DirectXTex) from 2021.8.2.1 to 2023.3.30.1.
- [Release notes](https://github.com/microsoft/DirectXTex/releases)
- [Changelog](https://github.com/microsoft/DirectXTex/blob/main/HISTORY.md)
- [Commits](https://github.com/microsoft/DirectXTex/commits)

---
updated-dependencies:
- dependency-name: directxtex_desktop_win10
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 刘旭 <34770031+Blinue@users.noreply.github.com>
2023-03-31 21:44:06 +08:00
..
.gitignore 更新 CI (#446) 2022-11-04 18:55:52 +08:00
MPVHookTextureParser.cpp perf: 优化解析 mpv hook texture 的流程 2021-10-30 23:55:55 +08:00
MPVHookTextureParser.sln feat: 移植 RAVU_R3 2021-10-28 19:36:31 +08:00
MPVHookTextureParser.vcxproj feat: 移植 NIS v1.0.2 2022-02-25 22:43:37 +08:00
MPVHookTextureParser.vcxproj.filters feat: 移植 RAVU_R3 2021-10-28 19:36:31 +08:00
packages.config chore(deps): bump directxtex_desktop_win10 (#527) 2023-03-31 21:44:06 +08:00
README.md perf: 优化解析 mpv hook texture 的流程 2021-10-30 23:55:55 +08:00
README_EN.md Translated all documentations to English 2022-03-26 16:46:31 -05:00

MPVHookTextureParser

Translates the TEXTURE in mpv hood to DDS format.

Usage Guides

Copy the texts in TEXTURE in to the files in the following format:

{WIDTH} {HEIGHT}
{TEXTURE DATA}

e.g.

45 2592
00000000000000000000000000000000a164deb9bc0290ba6a16...

Assuming the filename is TEXTURE.txt, execute the following command to output the results to weights.dds:

> .\MPVHookTextureParser TEXTURE.txt weights.dds