vectozavr-shooter/SFML/examples/shader/resources/billboard.vert

6 lines
113 B
GLSL
Raw Normal View History

2021-10-09 13:41:12 +03:00
void main()
{
// Transform the vertex position
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
}