Luna::ProfilerEventData::SetMemoryName

The set memory name event data.

struct Luna::ProfilerEventData::SetMemoryName

Member objects

  • void* ptr

    The memory pointer.

  • const c8 name[1]

    The name of the memory to set. The string buffer is allocated along with this structure, and can be referred directly by referring this property. The string buffer is valid so long as this structure is valid.