summaryrefslogtreecommitdiff
path: root/tests/parameters-02.glsl
blob: 58f44e532e1a481f6d61fa3fd1c5f7371b4b07e0 (plain)
1
2
3
4
5
6
7
8
9
void a()
{
	;	
}

void a(float x)
{
	;	
}