Common: Add GL Shader Cache class

This commit is contained in:
Connor McLaughlin
2020-04-04 00:11:09 +10:00
parent ef4808bbde
commit ca2f691dbe
6 changed files with 403 additions and 0 deletions

View File

@ -24,6 +24,8 @@ add_library(common
file_system.h
gl/program.cpp
gl/program.h
gl/shader_cache.cpp
gl/shader_cache.h
gl/stream_buffer.cpp
gl/stream_buffer.h
gl/texture.cpp