1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-28 06:56:29 -05:00

Shader: Move shader code to its own subdirectory, "shader".

This commit is contained in:
bunnei
2015-07-21 19:09:11 -04:00
parent 642b9b5030
commit 18527b9e21
10 changed files with 13 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
#include <QBoxLayout>
#include <QTreeView>
#include "video_core/shader_interpreter.h"
#include "video_core/shader/shader_interpreter.h"
#include "graphics_vertex_shader.h"