Closed nnmm closed 5 years ago
A square texture that functions like a moving window into a larger texture. Incrementality is achieved by using wraparound indexing and overwriting the parts that moved off the texture with the newly loaded parts.
Try cargo doc for reading the comments.
meow @krzesi-mir
Made the suggested changes, ptal!
:+1:
@catevita could you rubber-stamp?
A square texture that functions like a moving window into a larger texture. Incrementality is achieved by using wraparound indexing and overwriting the parts that moved off the texture with the newly loaded parts.
Try cargo doc for reading the comments.