This is the documentation for Enlighten.
class Enlighten ClusterProbeTransparencySampleData
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.