Large Textures
Scrolling Texture Memory with TexSubImage
- Incremental update method; uses less bandwidth
- Subloading does not require using texture transform matrix
- Take advantage of texture coordinate wrapping; pieces visible in both frames are not replaced
- Power-of-two constraint makes wrapping easy