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
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Getting Started
50
50
The fastest way to get started using Slang in your own development is to use a pre-built binary package, available through GitHub [releases](https://github.com/shader-slang/slang/releases).
51
51
Slang binaries are also included in the [Vulkan SDK](https://vulkan.lunarg.com/sdk/home) since version 1.3.296.0.
52
52
53
-
There are packages built for 32- and 64-bit Windows, as well as 64-bit Ubuntu.
53
+
There are packages built for x86_64 and aarch64 Windows, Linux and macOS.
54
54
Each binary release includes the command-line `slangc` compiler, a shared library for the compiler, and the `slang.h` header.
55
55
56
56
See the user-guide for info on using the `slangc` command-line tool: [Slang Command Line Usage](
@@ -145,7 +145,7 @@ Builds of the core Slang tools depend on the following projects, either automati
Slang releases may include [slang-llvm](https://github.com/shader-slang/slang-llvm) which includes [LLVM](https://github.com/llvm/llvm-project) under the license:
148
+
Slang releases may include [LLVM](https://github.com/llvm/llvm-project) under the license:
149
149
150
150
*[`llvm`](https://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework) (Apache 2.0 License with LLVM exceptions)
0 commit comments