sfml 0.25.1

Rust binding for sfml
Documentation
1
2
3
4
5
void main()
{
    // Transform the vertex position
    gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
}