]> git.sesse.net Git - nageru/commitdiff
Make the ImageInput cache store textures, not images.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 18 May 2019 09:26:33 +0000 (11:26 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 22 May 2019 22:43:56 +0000 (00:43 +0200)
This saves on a lot of texture memory when the same image is used
in multiple chains, but perhaps more importantly, will allow us to
decouple ImageInputs from which images they show later.


No differences found