Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7230046

Browse files
authored
Merge pull request #51 from AdenFlorian/patch-5
Remove extra space
2 parents da228ef + b35a793 commit 7230046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

06_Texture_mapping/01_Image_view_and_sampler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ There is no graphics hardware available today that will use more than 16
229229
samples, because the difference is negligible beyond that point.
230230

231231
```c++
232-
samplerInfo.borderColor = VK_BORDER_COLOR_INT_OPAQUE_BLACK ;
232+
samplerInfo.borderColor = VK_BORDER_COLOR_INT_OPAQUE_BLACK;
233233
```
234234

235235
The `borderColor` field specifies which color is returned when sampling beyond

0 commit comments

Comments
 (0)