summary refs log tree commit diff
path: root/misc/vita/colored_f.cg
blob: 2d95ff7b09d886eb22a0576fa21f5405151d5320 (plain)
1
2
3
4
5
6
7
float4 main
(
	float4 out_color : COLOR
) : COLOR
{
	return out_color;
}