looks like command buffers need to be externally synchronized
This commit is contained in:
@@ -91,6 +91,10 @@ public:
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
operator bool()
|
||||
{
|
||||
return flag->load();
|
||||
}
|
||||
|
||||
void raise();
|
||||
void reset();
|
||||
|
||||
Reference in New Issue
Block a user