Merge pull request #2278 from ReinUsesLisp/vc-texture-cache

video_core: Implement API agnostic view based texture cache
This commit is contained in:
bunnei 2019-04-10 21:17:35 -04:00 committed by GitHub
commit 6951741a94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 974 additions and 0 deletions

View file

@ -106,6 +106,8 @@ add_library(video_core STATIC
textures/decoders.cpp
textures/decoders.h
textures/texture.h
texture_cache.cpp
texture_cache.h
video_core.cpp
video_core.h
)