blob: 2d6cee5384d55112858376529446cea97f82362a (
plain)
1
2
3
4
5
6
7
8
9
10
|
#version 330 core
#extension GL_ARB_shading_language_420pack : enable
include(`meshIn.glsl')
include(`materialInterface.glsl')
uniform mat4 viewProjection;
layout(location = 5) in mat4 model;
include(`commonPoint.glsl')
|