Variable high-res screenshot size + supersampling (non-deferred only)

This commit is contained in:
unknown
2010-10-22 12:10:27 -05:00
parent 4929460c66
commit f357842265
6 changed files with 121 additions and 0 deletions

View File

@@ -221,7 +221,11 @@ glh::matrix4f gl_ortho(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top,
return ret;
}
#if SHY_MOD //screenshot improvement
void display_update_camera(bool tiling=false);
#else //shy_mod
void display_update_camera();
#endif //ignore
//----------------------------------------
S32 LLPipeline::sCompiles = 0;