mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 04:18:06 +00:00
Merge pull request #2055 from bunnei/gpu-thread
Asynchronous GPU command processing
This commit is contained in:
commit
757fd21d98
26 changed files with 529 additions and 52 deletions
|
@ -17,6 +17,12 @@ 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
|
||||
macro_interpreter.h
|
||||
memory_manager.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue