Add buffer support

This commit is contained in:
Jérôme Leclercq
2018-03-09 16:49:01 +01:00
parent 9b8e8042e4
commit cd31e6c397
27 changed files with 452 additions and 295 deletions

View File

@@ -44,6 +44,11 @@ namespace Nz
return true;
}
const UInt8* SoftwareBuffer::GetData() const
{
return m_buffer.data();
}
DataStorage SoftwareBuffer::GetStorage() const
{
return DataStorage_Software;