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

Skip to content

Commit 808483d

Browse files
committed
Fix confusing wording that would imply that there is nothing shown on screen
1 parent 6af77c0 commit 808483d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

04_Vertex_buffers/02_Staging_buffer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ clean it up:
242242
}
243243
```
244244
245-
Run your program to verify that you're seeing the familiar triangle again. It
246-
may not be visible, but its vertex data is now being loaded from high
247-
performance memory. This will matter when we're going to start rendering more
248-
complex geometry.
245+
Run your program to verify that you're seeing the familiar triangle again. The
246+
improvement may not be visible right now, but its vertex data is now being
247+
loaded from high performance memory. This will matter when we're going to start
248+
rendering more complex geometry.
249249
250250
## Conclusion
251251

0 commit comments

Comments
 (0)