mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 14:27:52 +00:00
Pica: Add primitive assembly stage.
This commit is contained in:
parent
c526512619
commit
9a76a2d061
7 changed files with 95 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
set(SRCS command_processor.cpp
|
||||
primitive_assembly.cpp
|
||||
utils.cpp
|
||||
vertex_shader.cpp
|
||||
video_core.cpp
|
||||
|
@ -6,6 +7,7 @@ set(SRCS command_processor.cpp
|
|||
|
||||
set(HEADERS command_processor.h
|
||||
math.h
|
||||
primitive_assembly.h
|
||||
utils.h
|
||||
video_core.h
|
||||
renderer_base.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue