Skip to content

Commit efed1af

Browse files
authored
Remove an extra word (#385)
1 parent c54c382 commit efed1af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/03_Drawing_a_triangle/02_Graphics_pipeline_basics/02_Fixed_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ viewportState.scissorCount = 1;
175175
viewportState.pScissors = &scissor;
176176
```
177177

178-
Independent of how you set them, it's is possible to use multiple viewports and scissor rectangles on some graphics cards, so the structure members reference an array of them. Using multiple requires enabling a GPU feature (see logical device creation).
178+
Independent of how you set them, it's possible to use multiple viewports and scissor rectangles on some graphics cards, so the structure members reference an array of them. Using multiple requires enabling a GPU feature (see logical device creation).
179179

180180
## Rasterizer
181181

0 commit comments

Comments
 (0)