mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-04 06:38:29 -05:00
Shader: Move shader code to its own subdirectory, "shader".
This commit is contained in:
@ -11,7 +11,7 @@ set(SRCS
|
||||
pica.cpp
|
||||
primitive_assembly.cpp
|
||||
rasterizer.cpp
|
||||
shader_interpreter.cpp
|
||||
shader/shader_interpreter.cpp
|
||||
utils.cpp
|
||||
video_core.cpp
|
||||
)
|
||||
@ -35,7 +35,7 @@ set(HEADERS
|
||||
primitive_assembly.h
|
||||
rasterizer.h
|
||||
renderer_base.h
|
||||
shader_interpreter.h
|
||||
shader/shader_interpreter.h
|
||||
utils.h
|
||||
video_core.h
|
||||
)
|
||||
|
Reference in New Issue
Block a user