Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjglgamedev committed Oct 6, 2024
1 parent b556ebe commit 597bb5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Antonio Hernández Bejarano
Copyright (c) 2024 Antonio Hernández Bejarano

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion bookcontents/chapter-02/chapter-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public class Instance {
We will get the supported validation layers by invoking the `getSupportedValidationLayers`.
If we have requested validation, but we have not found any layer that can help on this, we log a warning but continue the execution.
To use validation layers, you need to install the
[Vulkan SDK]([Vulkan® SDK - What's in the SDK - Where to Download](https://www.lunarg.com/vulkan-sdk/)).
[Vulkan SDK]([Vulkan® SDK - What's in the SDK - Where to Download](https://www.lunarg.com/vulkan-sdk/).
Let's move out of the constructor code and check the contents of the `getSupportedValidationLayers`:

```java
Expand Down

0 comments on commit 597bb5f

Please sign in to comment.