mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 09:22:32 +00:00
move shaders folder inside of sdl2
This commit is contained in:
@@ -49,20 +49,20 @@ C4JRender RenderManager;
|
||||
|
||||
#ifdef GLES
|
||||
static const char* VERT_SRC =
|
||||
#include "shaders/vertex_es.vert"
|
||||
#include "sdl2/shaders/vertex_es.vert"
|
||||
|
||||
;
|
||||
static const char* FRAG_SRC =
|
||||
#include "shaders/fragment_es.frag"
|
||||
#include "sdl2/shaders/fragment_es.frag"
|
||||
|
||||
;
|
||||
#else
|
||||
static const char* VERT_SRC =
|
||||
#include "shaders/vertex.vert"
|
||||
#include "sdl2/shaders/vertex.vert"
|
||||
|
||||
;
|
||||
static const char* FRAG_SRC =
|
||||
#include "shaders/fragment.frag"
|
||||
#include "sdl2/shaders/fragment.frag"
|
||||
;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user