mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
doc: Fix small typo of sequence
(cherry picked from commit 09706dc78178d022b4313572600a245112d23fd9)
This commit is contained in:
parent
0142d027d7
commit
532cd9bf9f
@ -48,7 +48,7 @@ COGL_BEGIN_DECLS
|
|||||||
* by virtualizing your data and instead providing a sequence of index
|
* by virtualizing your data and instead providing a sequence of index
|
||||||
* values that tell the GPU which data should be used for each vertex.
|
* values that tell the GPU which data should be used for each vertex.
|
||||||
*
|
*
|
||||||
* If the GPU is given a squence of indices it doesn't simply walk
|
* If the GPU is given a sequence of indices it doesn't simply walk
|
||||||
* through each vertex of your data in order it will instead walk
|
* through each vertex of your data in order it will instead walk
|
||||||
* through the indices which can provide random access to the
|
* through the indices which can provide random access to the
|
||||||
* underlying data.
|
* underlying data.
|
||||||
|
Loading…
Reference in New Issue
Block a user