You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify file handling in `slang-native.yml` by removing file renaming logic for version suffixes across Linux, macOS, and Windows platforms.
Refactor `SlangCompiler.cs` to introduce a `LoadSlangGlslang` helper method for dynamically loading the `slang-glslang` library. Replace hardcoded `NativeLibrary.Load` calls with this method to reduce duplication and improve flexibility.
These changes enhance maintainability, simplify the build process, and make the codebase more adaptable to future changes.
0 commit comments