mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-19 20:37:51 +00:00
Shader: Move shader code to its own subdirectory, "shader".
This commit is contained in:
parent
f622a78544
commit
2d100ebae3
10 changed files with 13 additions and 13 deletions
|
@ -9,7 +9,7 @@
|
|||
#include "common/common_types.h"
|
||||
|
||||
#include "video_core/hwrasterizer_base.h"
|
||||
#include "video_core/shader_interpreter.h"
|
||||
#include "video_core/shader/shader_interpreter.h"
|
||||
|
||||
#include "gl_state.h"
|
||||
#include "gl_rasterizer_cache.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue