mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 02:48:15 -05:00
SWRasterizer: Move texturing functions to their own file
This commit is contained in:
@ -17,6 +17,7 @@ set(SRCS
|
||||
swrasterizer/framebuffer.cpp
|
||||
swrasterizer/rasterizer.cpp
|
||||
swrasterizer/swrasterizer.cpp
|
||||
swrasterizer/texturing.cpp
|
||||
texture/etc1.cpp
|
||||
texture/texture_decode.cpp
|
||||
vertex_loader.cpp
|
||||
@ -55,6 +56,7 @@ set(HEADERS
|
||||
swrasterizer/framebuffer.h
|
||||
swrasterizer/rasterizer.h
|
||||
swrasterizer/swrasterizer.h
|
||||
swrasterizer/texturing.h
|
||||
texture/etc1.h
|
||||
texture/texture_decode.h
|
||||
utils.h
|
||||
|
Reference in New Issue
Block a user