This is the documentation for Enlighten.
A range of bytes.
| Name | Description |
|---|---|
| RawBuffer() | Constructors. |
| RawBuffer(void *, Geo::u32, bool) | Constructors. |
| Name | Description |
|---|---|
| Geo::u32 m_Initialised | True if the buffer content is initialised. |
| 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,
bool initialised
)
Constructors.