12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
half4 colorR,colorGreen;
|
|
|
|
bool test(){
|
|
int ok;
|
|
for(float d[2]=float[2](0,1);d[0]<d[~1];){}
|
|
return ok==0;
|
|
}
|
|
|
|
half4 main(){
|
|
return test()?colorGreen:colorR;
|
|
}
|