Skip to content

Choose a tag to compare

@humbletim humbletim released this 17 Aug 00:02
· 21 commits to main since this release
099bb52
  • improved Windows cmd and powershell compatibility:
    • VULKAN_SDK now uses mixed-style paths (eg: d:/sub/dir as opposed to /d/sub/dir)
    • appears to fix #4 -- kudos to @Wunkolo for the bug report and $(pwd -W) suggestion!
  • added a simple vulkan C test program + CMake build to this repo's local CI
    • this helps automatically verify end-to-end SDK installation and VULKAN_SDK use across varying github action scenarios (see ci.yml)