Removed messagebox on device lost (was for testing purpose only)

This commit is contained in:
Sascha Willems 2016-02-18 11:21:11 +01:00
parent 5029b8fd07
commit 9cd3d44b84

View file

@ -357,15 +357,6 @@ public:
err = vkQueueWaitIdle(computeQueue);
assert(!err);
#ifdef _WIN32
if (err == VK_ERROR_DEVICE_LOST)
{
MessageBox(NULL, "Device lost", NULL, NULL);
exit(0);
}
#endif
}
// Setup vertices for a single uv-mapped quad