mallumo-gls 0.43.0

Small low level library for modern (4.5 Core) OpenGL
Documentation
#version 450 core

layout (location = 0) out vec4 color;

void main()
{
    color = vec4(0.1, 0.63, 0.88, 1.0);
}