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

include(`meshIn.glsl')

uniform mat4 viewProjection;
uniform vec3 viewPoint;
layout(location = 5) in mat4 model;
layout(location = 9) in vec3 modelPos;

include(`commonShadowPoint.glsl')