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

Precompute data block detailing probe transparency sample data (internal).

The data for this class lies immediately after it in memory.

Functions

Name Description
ConvertEndian(Geo::EConvertEndianMode)

Converts the endian-ness of this block.

GetTransparencyOffsets()

Gets the transparency offsets.

GetTransparencyOffsets()

Gets the transparency offsets.

Variables

Name Description
Geo::s32 m_NumTransparencyOffsets

Number of transparency offsets.

Geo::s32 m_Padding[3]

Unused padding.


void Enlighten::ClusterProbeTransparencySampleData::ConvertEndian


public: void ConvertEndian
(
    Geo::EConvertEndianMode mode
)


Converts the endian-ness of this block.


Geo::v128* Enlighten::ClusterProbeTransparencySampleData::GetTransparencyOffsets


public: Geo::v128 * GetTransparencyOffsets()


Gets the transparency offsets.


const Geo::v128* Enlighten::ClusterProbeTransparencySampleData::GetTransparencyOffsets


public: const Geo::v128 * GetTransparencyOffsets() const


Gets the transparency offsets.

  • No labels