view dragon.vert @ 10:c6c419861101

Use SDL_GetTicks() instead of std::clock().
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 28 Oct 2019 12:59:18 +0200
parents 4d6fec8f0c64
children
line wrap: on
line source

void main()
{
gl_Position = ftransform();
}