gl_framebuffer_cache: Use a hashed struct to cache framebuffers

This commit is contained in:
ReinUsesLisp 2019-05-11 03:15:49 -03:00
parent 4298dc8290
commit 32e588df63
6 changed files with 148 additions and 62 deletions

View file

@ -41,6 +41,8 @@ add_library(video_core STATIC
renderer_opengl/gl_buffer_cache.h
renderer_opengl/gl_device.cpp
renderer_opengl/gl_device.h
renderer_opengl/gl_framebuffer_cache.cpp
renderer_opengl/gl_framebuffer_cache.h
renderer_opengl/gl_global_cache.cpp
renderer_opengl/gl_global_cache.h
renderer_opengl/gl_rasterizer.cpp