view dragon.vert @ 11:89dc8caeff41

Improve option handling a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 28 Oct 2019 13:08:26 +0200
parents 4d6fec8f0c64
children
line wrap: on
line source

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