video_core: Move OpenGL specific utils to its renderer

This commit is contained in:
ReinUsesLisp 2018-10-28 21:54:08 -03:00
parent cd850c7d9d
commit 06aee386b7
6 changed files with 61 additions and 30 deletions

View file

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