mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
The out-of-memory bail-out added in the previous commit returned before the status flag was set, leaving a GL_TEXTURE_3D object bound while ApplyTexture told the shader generator it was a 2D texture. The entry stays cached, so it would repeat every frame, not just the one that failed to allocate.