35 static constexpr INTERFACE_ID IID_DataBlob =
36 { 0xf578ff0d, 0xabd2, 0x4514, { 0x9d, 0x32, 0x7c, 0xb4, 0x54, 0xd4, 0xa7, 0x3b } };
44 virtual void Resize(
size_t NewSize ) = 0;
Graphics engine namespace.
Definition: AdaptiveFixedBlockAllocator.h:30
Base interface for a file stream.
Definition: DataBlob.h:39
virtual void Resize(size_t NewSize)=0
Sets the size of the internal data buffer.
virtual size_t GetSize()=0
Returns the size of the internal data buffer.
Base interface for all dynamic objects in the engine.
Definition: Object.h:36
virtual void * GetDataPtr()=0
Returns the pointer to the internal data buffer.