diff --git a/en/03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md b/en/03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md index 9ea02250..5e5ff387 100644 --- a/en/03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md +++ b/en/03_Drawing_a_triangle/01_Presentation/01_Swap_chain.md @@ -339,7 +339,7 @@ matching it against the minimum and maximum image extent. ```c++ #include // Necessary for UINT32_MAX -#include // Necessary for std::min/std::max +#include // Necessary for std::clamp ... diff --git "a/fr/03_Dessiner_un_triangle/01_Pr\303\251sentation/01_Swap_chain.md" "b/fr/03_Dessiner_un_triangle/01_Pr\303\251sentation/01_Swap_chain.md" index 96933d51..4e893846 100644 --- "a/fr/03_Dessiner_un_triangle/01_Pr\303\251sentation/01_Swap_chain.md" +++ "b/fr/03_Dessiner_un_triangle/01_Pr\303\251sentation/01_Swap_chain.md" @@ -297,7 +297,7 @@ fenĂȘtre, dans les bornes de `minImageExtent` et `maxImageExtent`. ```c++ #include // UINT32_MAX -#include // std::min/std::max +#include // std::clamp ...