Пример #1
0
void NativeDeviceLost()
{
	screenManager->deviceLost();
	gl_lost();
	glstate.Restore();
	// Should dirty EVERYTHING
}
Пример #2
0
void NativeDeviceLost() {
	g_gameInfoCache.Clear();
	screenManager->deviceLost();
	gl_lost();
	glstate.Restore();
	// Should dirty EVERYTHING
}
Пример #3
0
void NativeDeviceLost()
{
	screenManager.deviceLost();
	gl_lost();
	// Should dirty EVERYTHING
}