video_core: Move surface declarations out of gl_rasterizer_cache

This commit is contained in:
ReinUsesLisp
2018-10-28 22:14:25 -03:00
parent da5fcbf501
commit 76754f5705
6 changed files with 954 additions and 898 deletions

View File

@ -53,6 +53,8 @@ add_library(video_core STATIC
renderer_opengl/renderer_opengl.h
renderer_opengl/utils.cpp
renderer_opengl/utils.h
surface.cpp
surface.h
textures/astc.cpp
textures/astc.h
textures/decoders.cpp