Skip to content

Commit

Permalink
minor(vector-pools): fix typos in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 30, 2018
1 parent 3a51a42 commit 27ea8c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vector-pools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const geo = new AttribPool(
);

// computed overall stride length
geo.byteStrength
geo.byteStride
// 36

// set attrib values
Expand Down Expand Up @@ -115,7 +115,7 @@ geo.initAttribs({
});

// updated overall stride length
geo.byteStrength
geo.byteStride
// 48

// only need to use & bind single (interleaved) buffer
Expand Down

0 comments on commit 27ea8c4

Please sign in to comment.