gust-render 0.2.0

Gust is a simple 2D graphical library inspired by SFML.
Documentation
1
2
3
4
5
6
7
# version 330 core

out vec4 FragColor;

void main() {
	FragColor = vec4(1.0f, 0.5f, 0.2f, 1.0f);
}