We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c63ed commit 1db3e81Copy full SHA for 1db3e81
en/06_Texture_mapping/02_Combined_image_sampler.md
@@ -74,7 +74,7 @@ type (`VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER`, etc.) as specified by the
74
corresponding `descriptorCount` members for the creation of the descriptor pool.
75
However, it remains best practise to do so, and in the future,
76
`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).
+[Best Practice Validation](https://vulkan.lunarg.com/doc/view/1.2.189.0/linux/best_practices.html).
78
79
The final step is to bind the actual image and sampler resources to the
80
descriptors in the descriptor set. Go to the `createDescriptorSets` function.
0 commit comments