view dragon.vert @ 8:628c42e94149

Clean up variable names.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 Oct 2019 22:24:43 +0200
parents 4d6fec8f0c64
children
line wrap: on
line source

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