mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 14:27:52 +00:00
Pica: Add triangle clipper.
This commit is contained in:
parent
9a76a2d061
commit
94aa9da562
7 changed files with 230 additions and 8 deletions
|
@ -1,11 +1,13 @@
|
|||
set(SRCS command_processor.cpp
|
||||
set(SRCS clipper.cpp
|
||||
command_processor.cpp
|
||||
primitive_assembly.cpp
|
||||
utils.cpp
|
||||
vertex_shader.cpp
|
||||
video_core.cpp
|
||||
renderer_opengl/renderer_opengl.cpp)
|
||||
|
||||
set(HEADERS command_processor.h
|
||||
set(HEADERS clipper.h
|
||||
command_processor.h
|
||||
math.h
|
||||
primitive_assembly.h
|
||||
utils.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue