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