Support CopyTo now
This commit is contained in:
@@ -44,6 +44,10 @@ namespace JabyEngine {
|
||||
return SectorBufferAllocator(obj, function);
|
||||
}
|
||||
|
||||
static constexpr SectorBufferAllocator invalid() {
|
||||
return SectorBufferAllocator(nullptr, nullptr);
|
||||
}
|
||||
|
||||
inline CD_IO::DataSector* allocate_sector() const {
|
||||
return this->allocate(this->ctx);
|
||||
}
|
||||
|
Reference in New Issue
Block a user