Skip to content

Commit 0913307

Browse files
committed
Notes on supported shading languages
1 parent 5833d76 commit 0913307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Once built, examples can be run from the bin directory. The list of available co
6868
-vs, --vsync: Enable V-Sync
6969
-f, --fullscreen: Start in fullscreen mode
7070
-w, --width: Set window width
71-
-s, --shaders: Select shader type to use (glsl, hlsl, slang)
71+
-s, --shaders: Select shader type to use (glsl, slang, hlsl)
7272
-g, --gpu: Select GPU to run on
7373
-gl, --listgpus: Display a list of available Vulkan devices
7474
-b, --benchmark: Run example in benchmark mode
@@ -83,7 +83,7 @@ Note that some examples require specific device features, and if you are on a mu
8383

8484
## Shaders
8585

86-
Vulkan consumes shaders in an intermediate representation called SPIR-V. This makes it possible to use different shader languages by compiling them to that bytecode format. The primary shader language used here is [GLSL](shaders/glsl), most samples also come with [HLSL](shaders/hlsl) and [slang](shaders/slang/) shader sources
86+
Vulkan consumes shaders in an intermediate representation called SPIR-V. This makes it possible to use different shader languages by compiling them to that bytecode format. The primary shader language used here is [GLSL](shaders/glsl), most samples also come with [slang](shaders/slang/) and [HLSL](shaders/hlsl) shader sources, making it easy to compare the differences between those shading languages.
8787

8888
## A note on synchronization
8989

0 commit comments

Comments
 (0)