class Enlighten EnlightenDataBlock

This is the documentation for Enlighten.

class Enlighten EnlightenDataBlock

class Enlighten::EnlightenDataBlock

A generic Enlighten data block.

Enums

Name

Description

Name

Description

eDataType

The types of the data a block can contain.

Variables

Name

Description

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