mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 14:27:52 +00:00
Pica: Add vertex shader implementation.
This commit is contained in:
parent
d443f0a921
commit
c526512619
7 changed files with 722 additions and 10 deletions
|
@ -1,5 +1,6 @@
|
|||
set(SRCS command_processor.cpp
|
||||
utils.cpp
|
||||
vertex_shader.cpp
|
||||
video_core.cpp
|
||||
renderer_opengl/renderer_opengl.cpp)
|
||||
|
||||
|
@ -8,6 +9,7 @@ set(HEADERS command_processor.h
|
|||
utils.h
|
||||
video_core.h
|
||||
renderer_base.h
|
||||
vertex_shader.h
|
||||
video_core.h
|
||||
renderer_opengl/renderer_opengl.h)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue