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.
1 parent 6af77c0 commit 808483dCopy full SHA for 808483d
1 file changed
04_Vertex_buffers/02_Staging_buffer.md
@@ -242,10 +242,10 @@ clean it up:
242
}
243
```
244
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.
+Run your program to verify that you're seeing the familiar triangle again. The
+improvement may not be visible right now, but its vertex data is now being
+loaded from high performance memory. This will matter when we're going to start
+rendering more complex geometry.
249
250
## Conclusion
251
0 commit comments