]> git.sesse.net Git - movit/commitdiff
Add explicit support for requesting no mipmaps.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 17 Jan 2018 20:06:55 +0000 (21:06 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 18 Jan 2018 00:11:22 +0000 (01:11 +0100)
This is significantly less hackish than having the few effects
that don't want mipmaps having to request texture bounce and
fiddling with the sampling parameters themselves.

API change, although only for writing custom effects.


No differences found