Waitsnake / AnimatedGif

A screensaver for Mac OSX / macOS that plays animated GIFs and APNGs
MIT License
213 stars 31 forks source link

Optimise 3x3 tiles rendering #52

Closed Waitsnake closed 5 years ago

Waitsnake commented 5 years ago

The 3x3 tiles rendering creates a new texture for each of the 9 tiles. It would be better to create only 1 tile and map it to 9 quads.