Merge pull request #5262 from ReinUsesLisp/buffer-base

buffer_cache/buffer_base: Add a range tracking buffer container and tests
This commit is contained in:
Rodrigo Locatti
2021-01-16 19:48:26 -03:00
committed by GitHub
4 changed files with 970 additions and 0 deletions

View File

@ -1,6 +1,7 @@
add_subdirectory(host_shaders)
add_library(video_core STATIC
buffer_cache/buffer_base.h
buffer_cache/buffer_block.h
buffer_cache/buffer_cache.h
buffer_cache/map_interval.cpp