blob: 1ee454cc7393f6fc2db42a042354bf4e1a6b65bd [file] [log] [blame]
void main()
{
float1 f1;
f1.x = 0.5;
// This is not implemented
// f1.xx = float2(0.6, 0.7);
}