Skip to content

Render targets do not generate mipmaps

When a post process shader defines a custom render target and requests mipmaps, they are never generated.

This line never gets called we never set the mipmap level for the associated texture.

https://gitlab.com/OpenMW/openmw/-/blob/master/apps/openmw/mwrender/pingpongcanvas.cpp?ref_type=heads#L226