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 64612bf940
commit 3989075e5f
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