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::EnlightenDataBlock

A generic Enlighten data block.

Enums

Name Description
eDataType

The types of the data a block can contain.

Variables

Name Description
const Geo::u32 g_RequiredAlignment = 16

The alignment required by the data block.

void * m_Data

A pointer to the start of the data block.

Geo::u32 m_Size

The size of the data block.

Geo::u32 m_Type

The type of the data block.


eDataType


public: enum eDataType
{
    Invalid = 0,
    System,
    Geometry,
    ProbeSet,
    CubeMap
}


The types of the data a block can contain.

enumerators
Invalid
System
Geometry
ProbeSet
CubeMap
  • No labels