Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da228ef + b35a793 commit 7230046Copy full SHA for 7230046
1 file changed
06_Texture_mapping/01_Image_view_and_sampler.md
@@ -229,7 +229,7 @@ There is no graphics hardware available today that will use more than 16
229
samples, because the difference is negligible beyond that point.
230
231
```c++
232
-samplerInfo.borderColor = VK_BORDER_COLOR_INT_OPAQUE_BLACK ;
+samplerInfo.borderColor = VK_BORDER_COLOR_INT_OPAQUE_BLACK;
233
```
234
235
The `borderColor` field specifies which color is returned when sampling beyond
0 commit comments