Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Jul 3, 2019
1 parent dfacc98 commit b2e3481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/RFCs/v7.3/data-management-rfc.md
Expand Up @@ -81,7 +81,7 @@ const colorBuffer = dm.getBuffer('myTable', 'colors');
const texture1 = dm.getTexture('myImage', 'image1');
const texture2 = dm.getTexture('myImage', 'image2');
const texture3 = dm.getTexture('myImage', 'image2'); // Gets cached version of same texture
const texture4 = dm.getTexture('anotherImage'); // Omit view ID to use entire data set.
const texture4 = dm.getTexture('anotherImage'); // Omit view ID to use entire data set

dm.release(positionBuffer); // Still in memory, usage count decremented to 1
dm.release(positionBuffer2); // Delete buffer
Expand Down

0 comments on commit b2e3481

Please sign in to comment.