[Renderer] Temporarily bump texture cache to 256 textures

This commit is contained in:
wheremyfoodat 2023-04-17 14:24:58 +03:00
parent 2d9592768c
commit 517d1abee8

View file

@ -39,7 +39,7 @@ class Renderer {
SurfaceCache<DepthBuffer, 10> depthBufferCache;
SurfaceCache<ColourBuffer, 10> colourBufferCache;
SurfaceCache<Texture, 16> textureCache;
SurfaceCache<Texture, 256> textureCache;
OpenGL::uvec2 fbSize; // The size of the framebuffer (ie both the colour and depth buffer)'