Textureloader : Use fences instead of queue wait idle for command buffer submissions, replaced asserts with checkResult from vkTools namespace

This commit is contained in:
saschawillems 2016-03-19 16:30:39 +01:00
parent 51e840416d
commit 403e6f33cb
2 changed files with 71 additions and 118 deletions

View file

@ -29,6 +29,8 @@
// Custom define for better code readability
#define VK_FLAGS_NONE 0
// Default fence timeout in nanoseconds
#define DEFAULT_FENCE_TIMEOUT 100000000000
namespace vkTools
{