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

include(`meshIn.glsl')

uniform mat4 viewProjection;
uniform ivec3 viewPoint;
layout(location = 5) in mat3 model;
layout(location = 8) in ivec3 modelPos;

include(`commonShadowPoint.glsl')