1 2 3 4 5 6 7 8 9 10 11
#version 410 core layout(location = 0) in vec3 inPos; uniform In { vec3 textureDir; } inc; void main() { }