view shader.vert @ 24:c1897cfc8463

Add shader compilation error handling.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 22 Nov 2019 05:49:14 +0200
parents 1404dfcee7b8
children d2839cbfaad8
line wrap: on
line source

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