#version 450 core layout(location = 0) in vec3 normal; out vec4 FragColor; void main() { FragColor = vec4(normal, 1.0f); }