https://github.com/shader-slang/slang
Raw File
Tip revision: d8f4c9424c69a3d406fabf56a25dd3eda4bc7d51 authored by Sai Praveen Bangaru on 21 October 2023, 01:21:30 UTC
Fix issue with transposing `IRMakeVector` with non-singleton operands (#3280)
Tip revision: d8f4c94
macos-notarize.json
{
    "apple_id": {
        "username" : "yongh@outlook.com",
        "password":  "@env:AC_PASSWORD"
    },
    "notarize" :{
        "path": "slang-macos-dist.zip",
        "bundle_id": "shader-slang.slang",
        "staple": false
    }
}
back to top