mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 02:37:54 -05:00
SwRasterizer/Lighting: move to its own file
This commit is contained in:
@ -14,6 +14,7 @@ set(SRCS
|
||||
shader/shader.cpp
|
||||
shader/shader_interpreter.cpp
|
||||
swrasterizer/clipper.cpp
|
||||
swrasterizer/fragment_lighting.cpp
|
||||
swrasterizer/framebuffer.cpp
|
||||
swrasterizer/proctex.cpp
|
||||
swrasterizer/rasterizer.cpp
|
||||
@ -54,6 +55,7 @@ set(HEADERS
|
||||
shader/shader.h
|
||||
shader/shader_interpreter.h
|
||||
swrasterizer/clipper.h
|
||||
swrasterizer/fragment_lighting.h
|
||||
swrasterizer/framebuffer.h
|
||||
swrasterizer/proctex.h
|
||||
swrasterizer/rasterizer.h
|
||||
|
Reference in New Issue
Block a user