Fixing staging buffers not getting deleted
remove vgcore
This commit is contained in:
@@ -157,6 +157,10 @@ public:
|
||||
{
|
||||
if (this != &other)
|
||||
{
|
||||
if(pointer != nullptr)
|
||||
{
|
||||
Deleter()(pointer);
|
||||
}
|
||||
pointer = other.pointer;
|
||||
}
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user