summaryrefslogtreecommitdiff
path: root/gfx/gl/shaders/shadowDynamicPointInst.vert
blob: d020717e35038d5eb3fb3630d88de445e68fed21 (plain)
1
2
3
4
5
6
7
8
9
10
#version 460 core
#extension GL_ARB_shading_language_include : enable

#include "meshIn.glsl"

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

#include "commonShadowPoint.glsl"