Minor updates
This commit is contained in:
@@ -127,6 +127,8 @@ namespace OpenVulkano
|
||||
::operator delete(data);
|
||||
}
|
||||
|
||||
void Reset() { *this = Array(); }
|
||||
|
||||
Array& operator=(const Array<T>& rhs)
|
||||
{
|
||||
if (this == &rhs) return *this;
|
||||
|
||||
Reference in New Issue
Block a user