EmberGL-org / EmberGL

EmberGL - 2D/3D graphics library featuring a tiled software rasterizer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2D texture mipmap support

JarkkoPFC opened this issue · comments

2D textures currently support only a single LOD. This task is about adding the mipmap support to the texture asset & tools, and implementing the 2D texture sampling supporting LODs. For proper LOD calculation from UV derivatives we may have to implement quad rasterization.