Skip to content

Commit 0ff779b

Browse files
authored
README: mention VulkanSDK in getting started. (shader-slang#5256)
1 parent 466fb5b commit 0ff779b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ The Slang system is designed to provide developers of real-time graphics applica
3434
Getting Started
3535
---------------
3636

37-
If you want to try out the Slang language without installing anything, a fast and simple way is to use the [Shader Playground](docs/shader-playground.md).
38-
3937
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).
38+
Slang binaries are also included in the [Vulkan SDK](https://vulkan.lunarg.com/sdk/home) since version 1.3.296.0.
39+
4040
There are packages built for 32- and 64-bit Windows, as well as 64-bit Ubuntu.
4141
Each binary release includes the command-line `slangc` compiler, a shared library for the compiler, and the `slang.h` header.
4242

43+
If you want to try out the Slang language without installing anything, a fast and simple way is to use the [Shader Playground](docs/shader-playground.md).
44+
4345
If you would like to build Slang from source, please consult the [build instructions](docs/building.md).
4446

4547
Documentation

0 commit comments

Comments
 (0)