This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

class Enlighten::RawBuffer

A range of bytes.

Functions

Name Description
RawBuffer()

Constructors.

RawBuffer(void *, Geo::u32)

Constructors.

Variables

Name Description
void * m_Pointer

Pointer to the buffer.

Geo::u32 m_Size

Size of the buffer.


Enlighten::RawBuffer::RawBuffer


public: RawBuffer()


Constructors.


Enlighten::RawBuffer::RawBuffer


public: RawBuffer
(
    void * pointer,
    Geo::u32 size
)


Constructors.

  • No labels