Merge pull request #2149 from ReinUsesLisp/decoders-style

gl_rasterizer_cache: Move format conversion functions to their own file
This commit is contained in:
bunnei
2019-03-06 21:56:20 -05:00
committed by GitHub
8 changed files with 183 additions and 150 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