blob: 55ca3b71f586921f070c0a318e2f159cb743bdf9 [file] [log] [blame]
void main() {
float3 light = float3(1.200000048f, 1.0f, 2.0f);
float3 negative_light = -(light);
return;
}