mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-06 06:28:50 +01:00
SWRasterizer: Move framebuffer operation functions to their own file
This commit is contained in:
parent
e24717bca0
commit
e1ad7d69b9
4 changed files with 285 additions and 236 deletions
|
|
@ -14,6 +14,7 @@ set(SRCS
|
|||
shader/shader.cpp
|
||||
shader/shader_interpreter.cpp
|
||||
swrasterizer/clipper.cpp
|
||||
swrasterizer/framebuffer.cpp
|
||||
swrasterizer/rasterizer.cpp
|
||||
swrasterizer/swrasterizer.cpp
|
||||
texture/etc1.cpp
|
||||
|
|
@ -51,6 +52,7 @@ set(HEADERS
|
|||
shader/shader.h
|
||||
shader/shader_interpreter.h
|
||||
swrasterizer/clipper.h
|
||||
swrasterizer/framebuffer.h
|
||||
swrasterizer/rasterizer.h
|
||||
swrasterizer/swrasterizer.h
|
||||
texture/etc1.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue