gpu: Refactor a/synchronous implementations into their own classes.

This commit is contained in:
bunnei 2019-02-08 23:21:53 -05:00
parent 9d1ee628b2
commit 83079031b3
8 changed files with 162 additions and 65 deletions

View file

@ -17,6 +17,10 @@ add_library(video_core STATIC
engines/shader_header.h
gpu.cpp
gpu.h
gpu_asynch.cpp
gpu_asynch.h
gpu_synch.cpp
gpu_synch.h
gpu_thread.cpp
gpu_thread.h
macro_interpreter.cpp