A range of bytes.
Name | Description |
---|---|
RawBuffer() | Constructors. |
RawBuffer(void *, Geo::u32) | Constructors. |
Name | Description |
---|---|
void * m_Pointer | Pointer to the buffer. |
Geo::u32 m_Size | Size of the buffer. |
public: RawBuffer()
Constructors.
public: RawBuffer
(
void * pointer,
Geo::u32 size
)
Constructors.