mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 15:37:47 +00:00
texture_cache: Split texture cache into different files
This commit is contained in:
parent
4b3338b9d9
commit
57cfa6b47a
12 changed files with 965 additions and 876 deletions
|
@ -109,6 +109,13 @@ add_library(video_core STATIC
|
|||
shader/track.cpp
|
||||
surface.cpp
|
||||
surface.h
|
||||
texture_cache/surface_base.cpp
|
||||
texture_cache/surface_base.h
|
||||
texture_cache/surface_params.cpp
|
||||
texture_cache/surface_params.h
|
||||
texture_cache/surface_view.cpp
|
||||
texture_cache/surface_view.h
|
||||
texture_cache/texture_cache.h
|
||||
textures/astc.cpp
|
||||
textures/astc.h
|
||||
textures/convert.cpp
|
||||
|
@ -116,8 +123,6 @@ 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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue