looks like command buffers need to be externally synchronized
This commit is contained in:
@@ -179,7 +179,7 @@ namespace Seele
|
||||
}
|
||||
allocator = other.allocator;
|
||||
}
|
||||
if(other.arraySize > allocated)
|
||||
if(_data == nullptr || other.arraySize > allocated)
|
||||
{
|
||||
if(_data != nullptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user