Removed messagebox on device lost (was for testing purpose only)
This commit is contained in:
parent
5029b8fd07
commit
9cd3d44b84
1 changed files with 0 additions and 9 deletions
|
|
@ -357,15 +357,6 @@ public:
|
||||||
|
|
||||||
err = vkQueueWaitIdle(computeQueue);
|
err = vkQueueWaitIdle(computeQueue);
|
||||||
assert(!err);
|
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
|
// Setup vertices for a single uv-mapped quad
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue