gl_rasterizer_cache: Move format conversion to its own file

This commit is contained in:
ReinUsesLisp
2019-02-23 22:45:47 -03:00
parent 0ccd490fcd
commit 0ad3c031f4
7 changed files with 175 additions and 136 deletions

View File

@ -94,6 +94,8 @@ add_library(video_core STATIC
surface.h
textures/astc.cpp
textures/astc.h
textures/convert.cpp
textures/convert.h
textures/decoders.cpp
textures/decoders.h
textures/texture.h