This is the documentation for Enlighten.
namespace Enlighten OutputTextureState
Enlighten::OutputTextureState
Variables
Name | Description |
---|---|
const Geo::u32 ENLIGHTEN_NUM_OUTPUT_TEXTURE_STATES = 3 | Total number of possible states. |
const Geo::u32 ENLIGHTEN_OUTPUT_TEXTURE_INVALIDATE = 0 | Solution space has not been solved for enough frames to mark output as not ready for usage. |
const Geo::u32 ENLIGHTEN_OUTPUT_TEXTURE_READY_TO_COPY = 1 | Solution space has been solved, copy the output and mark as ready for usag. |
const Geo::u32 ENLIGHTEN_OUTPUT_TEXTURE_SKIP = 2 | Solution space has not been solved, but its status will be retained (i.e. is it was ready to use flag it will remain in ready state) |