Partially revert depth/color buffer cache bump

This commit is contained in:
wheremyfoodat 2023-08-07 00:00:59 +03:00
parent b566f951ce
commit 9e529d73f4

View file

@ -44,8 +44,8 @@ class RendererGL final : public Renderer {
float oldDepthOffset = 0.0;
bool oldDepthmapEnable = false;
SurfaceCache<DepthBuffer, 64, true> depthBufferCache;
SurfaceCache<ColourBuffer, 64, true> colourBufferCache;
SurfaceCache<DepthBuffer, 16, true> depthBufferCache;
SurfaceCache<ColourBuffer, 16, true> colourBufferCache;
SurfaceCache<Texture, 256, true> textureCache;
// Dummy VAO/VBO for blitting the final output