Skip to content

October 2024

Latest
Compare
Choose a tag to compare
@walbourn walbourn released this 29 Oct 19:16
· 2 commits to main since this release
9260384
  • All enums now use uint32_t as the underlying type rather than unsigned long or int.
  • Added BytesPerBlock utility helper
  • Fixed bug in DirectX 12 CaptureTexture for MSAA resolve state handling
  • texassemble, texconv, texdiag:
    • Add "GNU-style" --long-options to the command-line tools (all existing switches are still supported)
    • Fixed bug in texdiag's dumpdds command output filename extension handling
    • Refactored code to use shared header
  • CMake and MSBuild project updates