Add basic software GPU renderer

This commit is contained in:
Connor McLaughlin
2019-10-26 12:57:35 +10:00
parent 9b56499afa
commit 540e942a46
10 changed files with 613 additions and 6 deletions

View File

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