Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8454d97 commit 61eeea4Copy full SHA for 61eeea4
1 file changed
03_Drawing_a_triangle/00_Setup/02_Validation_layers.md
@@ -45,7 +45,7 @@ the best of both worlds!
45
46
Vulkan does not come with any validation layers built-in, but the LunarG Vulkan
47
SDK provides a nice set of layers that check for common errors. They're also
48
-completely [open source](https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/tree/master/layers),
+completely [open source](https://github.com/KhronosGroup/Vulkan-ValidationLayers),
49
so you can check which kind of mistakes they check for and contribute. Using the
50
validation layers is the best way to avoid your application breaking on
51
different drivers by accidentally relying on undefined behavior.
0 commit comments