コード例 #1
0
ファイル: gl_main.cpp プロジェクト: Ced2911/massive-tyrion
extern "C" void XDKQ3BeginFrame() {
	if (GLImpl.use_aa == 0) {
		return;
	}
	if (need_end_tiling) {
		XDKGlDisplay();
	}
	GLImpl.BeginTiling();
	need_end_tiling = 1;
}
コード例 #2
0
extern "C" void XDKQ3BeginFrame() {
	if (GLImpl.use_aa == 0) {
		return;
	}
	GLImpl.BeginTiling();
}