lovr/etc/shaders.h

22 lines
605 B
C
Raw Normal View History

2022-05-28 03:47:07 +00:00
#include "shaders/unlit.vert.h"
#include "shaders/unlit.frag.h"
#include "shaders/normal.frag.h"
2022-06-21 01:17:37 +00:00
#include "shaders/font.frag.h"
2022-07-04 07:18:38 +00:00
#include "shaders/cubemap.vert.h"
#include "shaders/cubemap.frag.h"
#include "shaders/equirect.frag.h"
#include "shaders/fill.vert.h"
#include "shaders/fill_array.frag.h"
2022-09-16 03:45:26 +00:00
#include "shaders/fill_layer.frag.h"
#include "shaders/animator.comp.h"
2022-07-01 01:46:15 +00:00
#include "shaders/timewizard.comp.h"
#include "shaders/logo.frag.h"
2022-06-21 01:17:37 +00:00
2022-06-16 03:46:43 +00:00
#include "shaders/lovr.glsl.h"
2022-06-19 06:31:51 +00:00
#define LOCATION_POSITION 10
#define LOCATION_NORMAL 11
#define LOCATION_UV 12
#define LOCATION_COLOR 13
#define LOCATION_TANGENT 14