...
Name | Description |
---|---|
InputLightingBuffer * m_EmissiveEnvironment | The underlying Enlighten object. |
PrecisionHint::Value m_InputLightingPrecisionHint | Precision hint of the input lighting buffer. |
Geo::s32 m_Resolution | Power-of-two face resolution of the environment cube map. |
...
Name | Description |
---|---|
BaseEnvironment(Geo::s32, PrecisionHint::Value) | Constructs an environment object of the given resolution. |
CreateInputLightingBuffer() | Creates the input lighting buffer. |
GetInputLightingPrecisionHint() | Gets the precision hint of the input lighting buffer. |
Release() | Free this object that was created within the Enlighten libraries. |
Release() | Free this object that was created within the Enlighten libraries. |
UpdateEnvironmentInputLighting() | Updates the input lighting buffer. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...