Textureloader : Use fences instead of queue wait idle for command buffer submissions, replaced asserts with checkResult from vkTools namespace
This commit is contained in:
parent
51e840416d
commit
403e6f33cb
2 changed files with 71 additions and 118 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue