Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::RadDebugPixelInfo

Extended information about a pixel in the Enlighten output for internal debugging purposes.

Variables

NameDescription
Geo::v128 m_AverageIrradianceNormal

Average irradiance normal of the pixel.

Geo::v128 m_Centre

The location of the pixel centre.

bool m_IsQuadPixel

Whether the pixel is a quad pixel (runtime only).

Geo::s32 m_PixelX

X coordinate.

Geo::s32 m_PixelY

Y coordinate.

Geo::s32 m_PrecompBucketIndex

Index of the bucket this pixel belongs to in the precompute.

Geo::s32 m_PrecompPixelIndex

Index of the pixel in the precompute.

Geo::s32 m_RuntimeBucketIndex

Index of the bucket this pixel belongs to in the runtime (after data layout optimisations).

Geo::s32 m_RuntimePixelIndex

Index of the pixel in the runtime (after data layout optimisations).

Functions

NameDescription
RadDebugPixelInfo()

Constructor for an empty RadDebugPixelInfo.


Anchor
a7d9ddb922e97c740b0e5ff567ad50dce
a7d9ddb922e97c740b0e5ff567ad50dce

Enlighten::RadDebugPixelInfo::RadDebugPixelInfo

...

public: RadDebugPixelInfo()

...

Constructor for an empty RadDebugPixelInfo.