Example #1
0
//-------------------------------------------------------------------------------------
//	Present
//-------------------------------------------------------------------------------------
void XDKGlDisplay() {	
	if (GLImpl.use_aa) {
		GLImpl.EndTiling();
	} else {
		GLImpl.Swap();
	}
}
Example #2
0
//-------------------------------------------------------------------------------------
//	Present
//-------------------------------------------------------------------------------------
void XDKGlDisplay() {	
	if (GLImpl.use_aa) {
		GLImpl.EndTiling();
	} else {
		GLImpl.Swap();
	}

	need_end_tiling = 0;
}