summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders/shadowFixedPoint.vs
blob: dfc5c4297f02832d888f8cd197e7f050af29b7a8 (plain)
1
2
3
4
5
6
7
8
9
10
#version 330 core

include(`meshIn.glsl')

uniform mat4 viewProjection;
uniform vec3 viewPoint;
const mat4 model = mat4(1);
const vec3 modelPos = vec3(0);

include(`commonShadowPoint.glsl')