1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-05 13:53:38 +00:00
lovr/etc/shaders.h
2022-06-18 23:31:51 -07:00

11 lines
230 B
C

#include "shaders/unlit.vert.h"
#include "shaders/unlit.frag.h"
#include "shaders/lovr.glsl.h"
#define LOCATION_POSITION 10
#define LOCATION_NORMAL 11
#define LOCATION_UV 12
#define LOCATION_COLOR 13
#define LOCATION_TANGENT 14