diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-06-07 14:03:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-07 14:03:57 -0400 |
| commit | cfb76d8f3ed8862bc341afeaf6d25a401e2976cf (patch) | |
| tree | 30098242f24010db0da3cd6152a4a716d739b20d /src/video_core/CMakeLists.txt | |
| parent | 6907d30258b64717346f82a7a5a019f5fcc37142 (diff) | |
| parent | cb0a41090705f974d5bec009c571344bf72aa375 (diff) | |
Merge pull request #10476 from ameerj/gl-memory-maps
OpenGL: Make use of persistent buffer maps in buffer cache
Diffstat (limited to 'src/video_core/CMakeLists.txt')
| -rw-r--r-- | src/video_core/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/CMakeLists.txt b/src/video_core/CMakeLists.txt index 94e3000ba..bf6439530 100644 --- a/src/video_core/CMakeLists.txt +++ b/src/video_core/CMakeLists.txt @@ -133,8 +133,8 @@ add_library(video_core STATIC renderer_opengl/gl_shader_util.h renderer_opengl/gl_state_tracker.cpp renderer_opengl/gl_state_tracker.h - renderer_opengl/gl_stream_buffer.cpp - renderer_opengl/gl_stream_buffer.h + renderer_opengl/gl_staging_buffer_pool.cpp + renderer_opengl/gl_staging_buffer_pool.h renderer_opengl/gl_texture_cache.cpp renderer_opengl/gl_texture_cache.h renderer_opengl/gl_texture_cache_base.cpp |
