From a64bc7c16f8b07a213491357fb0ee1f08613479c Mon Sep 17 00:00:00 2001 From: Enhex Date: Mon, 18 May 2026 11:13:09 +0300 Subject: [PATCH] fix typo (#423) --- en/06_Texture_mapping/02_Combined_image_sampler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/06_Texture_mapping/02_Combined_image_sampler.md b/en/06_Texture_mapping/02_Combined_image_sampler.md index 0f1e5496..270a952f 100644 --- a/en/06_Texture_mapping/02_Combined_image_sampler.md +++ b/en/06_Texture_mapping/02_Combined_image_sampler.md @@ -72,7 +72,7 @@ Since Vulkan shifts the responsiblity for the allocation to the driver, it is no longer a strict requirement to only allocate as many descriptors of a certain type (`VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER`, etc.) as specified by the corresponding `descriptorCount` members for the creation of the descriptor pool. -However, it remains best practise to do so, and in the future, +However, it remains best practice to do so, and in the future, `VK_LAYER_KHRONOS_validation` will warn about this type of problem if you enable [Best Practice Validation](https://vulkan.lunarg.com/doc/view/1.4.304.0/linux/best_practices.html).