skyline/app
PixelyIon 7d4e0a7844 Implement Mipmapped Texture Support
Support for mipmapped textures was not implemented which is fairly crucial to proper rendering of games as the only level that would load is the first level (highest resolution), that might result in a lot more memory bandwidth being utilized. Mipmapping also has associated benefits regarding aliasing as it has a minor anti-aliasing effect on distant textures. 

This commit entirely implements mipmapping support but it does not extend to full support for views into specific mipmap levels due to the texture manager implemention being incomplete.
2022-05-28 21:22:24 +05:30
..
libraries Update hades 2022-05-08 19:37:10 +01:00
src/main Implement Mipmapped Texture Support 2022-05-28 21:22:24 +05:30
.gitignore libNX FS Initalization (v0.3) 2019-10-18 16:22:38 +05:30
build.gradle Update Build Tools to 33.0.0-rc4 2022-05-12 02:53:01 +05:30
CMakeLists.txt Refactor Texture Swizzling 2022-05-19 17:13:55 +05:30
proguard-rules.pro Keep member names in pro guard 2020-11-12 22:19:55 +05:30