GPU/HW: Split shadergen to seperate class

This commit is contained in:
Connor McLaughlin
2019-11-03 13:36:54 +10:00
parent 91c99f0226
commit be81d08109
10 changed files with 624 additions and 590 deletions

View File

@ -21,6 +21,8 @@ add_library(core
gpu_hw.h
gpu_hw_opengl.cpp
gpu_hw_opengl.h
gpu_hw_shadergen.cpp
gpu_hw_shadergen.h
gpu_sw.cpp
gpu_sw.h
gte.cpp