mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 02:37:58 +00:00
Refactor: Extract VertexLoader from command_processor.cpp.
Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached.
This commit is contained in:
parent
03f90e7dfd
commit
c1ee661492
5 changed files with 185 additions and 125 deletions
|
@ -16,6 +16,7 @@ set(SRCS
|
|||
shader/shader_interpreter.cpp
|
||||
swrasterizer.cpp
|
||||
utils.cpp
|
||||
vertex_loader.cpp
|
||||
video_core.cpp
|
||||
)
|
||||
|
||||
|
@ -43,6 +44,7 @@ set(HEADERS
|
|||
shader/shader_interpreter.h
|
||||
swrasterizer.h
|
||||
utils.h
|
||||
vertex_loader.h
|
||||
video_core.h
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue