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

@ -16,7 +16,7 @@
#include "math.h"
#include "pica.h"
#include "rasterizer.h"
#include "shader_interpreter.h"
#include "shader/shader_interpreter.h"
#include "video_core/utils.h"
namespace Pica {