Skip to content

Commit 1db3e81

Browse files
authored
Fix broken link
1 parent f4c63ed commit 1db3e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/06_Texture_mapping/02_Combined_image_sampler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ type (`VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER`, etc.) as specified by the
7474
corresponding `descriptorCount` members for the creation of the descriptor pool.
7575
However, it remains best practise to do so, and in the future,
7676
`VK_LAYER_KHRONOS_validation` will warn about this type of problem if you enable
77-
[Best Practice Validation](https://vulkan.lunarg.com/doc/view/1.1.126.0/windows/best_practices.html).
77+
[Best Practice Validation](https://vulkan.lunarg.com/doc/view/1.2.189.0/linux/best_practices.html).
7878

7979
The final step is to bind the actual image and sampler resources to the
8080
descriptors in the descriptor set. Go to the `createDescriptorSets` function.

0 commit comments

Comments
 (0)