Ejemplo n.º 1
0
void NativeDeviceLost()
{
	screenManager->deviceLost();
	gl_lost();
	glstate.Restore();
	// Should dirty EVERYTHING
}
Ejemplo n.º 2
0
void NativeDeviceLost() {
	g_gameInfoCache.Clear();
	screenManager->deviceLost();
	gl_lost();
	glstate.Restore();
	// Should dirty EVERYTHING
}
Ejemplo n.º 3
0
void NativeDeviceLost()
{
	screenManager.deviceLost();
	gl_lost();
	// Should dirty EVERYTHING
}