This is the documentation for Enlighten.
class Enlighten CopyProbeOutputInfo
class Enlighten::CopyProbeOutputInfo
Parameters to be enqueued for a CopyProbeOutputInfo() command.
Variables
Name | Description |
---|---|
Geo::GeoGuid m_ProbeSetId | Id of the probe set to copy the output of. |
Geo::SHCoeff ** m_PtrOutB | Blue channel. After use these buffers should be deallocated with GEO_ALIGNED_FREE. |
Geo::SHCoeff ** m_PtrOutG | Similarly for green channel. |
Geo::SHCoeff ** m_PtrOutR | The pointer to the resulting buffer of SH coefficients for the red channel will be written to this address (or NULL if not found). |
Geo::u32 * m_SHOrder | The actual Spherical Harmonics order that was solved will be written to this address. |