void draw(){
if(WeCantSeeTheObject()){
goto skip;
}

/* rendering code */

skip: /*do nothing*/ ;

}