Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten API 4.03 Documentation
Results will update as you type.
  • class Enlighten RectangleLight
  • class Enlighten RefTextureAllocator
  • class Enlighten RefTextureUpdater
  • class Enlighten ReleaseSystemSolutionSpacesInfo
  • class Enlighten RemoveInfo
  • class Enlighten ResampleBounceParameters
  • class Enlighten ResampleTextureParameters
  • class Enlighten Rgba64Linear
  • class Enlighten RgbaCpuTextureSampler
  • class Enlighten RgbmCpuTextureSampler
  • class Enlighten SetLightBankUpdateCounterInfo
  • class Enlighten SetParameterCommand
  • class Enlighten SetProbeSetTransformInfo
  • class Enlighten SetTransparencySamplePositionOffsetInfo
  • class Enlighten SetVisibilityBitsInfo
  • class Enlighten SolveBounceTask
  • class Enlighten SortedLights
  • class Enlighten SphereVolume
  • class Enlighten Spotlight
  • class Enlighten SystemAlbedoData
  • class Enlighten SystemDependencies
  • class Enlighten SystemGrouping
  • class Enlighten TaskProcessor
  • class Enlighten TransparencyWorkspace
  • class Enlighten Triangle2D
  • class Enlighten TriggerVolumeTransparencyGeneric
  • class Enlighten UpdateEnvironmentInfo
  • class Enlighten UpdateLightCommandGeneric
  • class Enlighten UpdateLightInfo
  • class Enlighten UpdateLightOptions
  • class Enlighten UpdateManagerLight
  • class Enlighten UpdateManagerProperties
  • class Enlighten UpdateManagerWorkerProperties
  • class Enlighten Vertex2D
  • class Enlighten VisibilityBuffer
  • class Enlighten WorkerFunctionCommand
  • class Enlighten WorkerFunctionParameterCommand
  • class Enlighten WorkerFunctionTwoParametersCommand
  • class Enlighten WorkerFunctorCommand
  • class Enlighten WorkerObjectFunctionCommand
  • class Enlighten WorkerThreadData
  • class Enlighten WorkspaceAllocator
  • namespace Enlighten Errors
  • namespace Enlighten Helpers
  • namespace Enlighten Iff
  • namespace Enlighten InputLightingValidation
  • namespace Enlighten Itt
  • namespace Enlighten OutputTextureState
  • namespace Enlighten UE4
  • namespace Enlighten Version
  • struct Enlighten AllFilter
  • struct Enlighten BakeInputTexture
  • struct Enlighten CachedLightSelector
  • struct Enlighten CachedLightWriter
  • struct Enlighten CanQuickShade
  • struct Enlighten CanQuickShade< LIGHT_TYPE_DIRECTIONAL_LIGHT >
  • struct Enlighten CountLightSizeVisitor
  • struct Enlighten CullCluster
  • struct Enlighten CullClusterGroup
  • struct Enlighten CullingIterator
  • struct Enlighten CullingIterator< LIGHT_TYPE_INVALID, Culler >
  • struct Enlighten CullSystem
  • struct Enlighten ExcludeQuickShadeFilter
  • struct Enlighten HashLightVisitor
  • struct Enlighten InstanceDescMinimal
  • struct Enlighten LightSelector
  • struct Enlighten LightTypeInfo
  • struct Enlighten NullSurroundingsSampler
  • struct Enlighten PipelineInstanceMaterial
  • struct Enlighten PipelineMaterial
  • struct Enlighten PipelineRadiosityProperties
  • struct Enlighten PipelineWorldAxes
  • struct Enlighten PixelBarycentricWeights
  • struct Enlighten PixelCoord
  • struct Enlighten PointProjectionVertex
  • struct Enlighten PppiAtlasFootprint
  • struct Enlighten PppiAtlasMaxima
  • struct Enlighten PppiAtlasUpdateData
  • struct Enlighten PppiAtlasUpdateRequirements
  • struct Enlighten PppiClipmapUpdateData
  • struct Enlighten PppiClipmapUpdateRequirements
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
class Enlighten WorkerThreadData

    This is the documentation for Enlighten.

    class Enlighten WorkerThreadData

    Sept 09, 2025

    class Enlighten::WorkerThreadData

    Helper class for holding per-thread working data.

    Note that each thread needs its own copy of the InputLights because they may set different visibility data for each light.

    Variables

    Name Description
    void ** m_ThreadVisibilityPointers

    List of visibility pointers for the current task.

    void * m_WorkingMemory

    Workspace memory for this thread.

    Functions

    Name Description
    EnsureThreadVisibilityPointerListSize(Geo::u32)

    Helper function to (re)allocate the list of visibility pointers, if necessary.

    EnsureWorkingMemorySize(Geo::u32)

    Helper function to (re)allocate the lighting workspace array, if necessary.

    GetSizeOfWorkingMemory()

    Returns the size of the currently reserved working memory for this thread.

    NonCopyable(NonCopyable &&)

    Defaulted to allow move.

    operator=(NonCopyable &&)

    Defaulted to allow move.


    void Enlighten::WorkerThreadData::EnsureThreadVisibilityPointerListSize


    public: void EnsureThreadVisibilityPointerListSize
    (
        Geo::u32 minimumSize
    )


    Helper function to (re)allocate the list of visibility pointers, if necessary.


    void Enlighten::WorkerThreadData::EnsureWorkingMemorySize


    public: void EnsureWorkingMemorySize
    (
        Geo::u32 minimumWorkspaceSize
    )


    Helper function to (re)allocate the lighting workspace array, if necessary.


    Geo::u32 Enlighten::WorkerThreadData::GetSizeOfWorkingMemory


    public: Geo::u32 GetSizeOfWorkingMemory() const


    Returns the size of the currently reserved working memory for this thread.


    Geo::NonCopyable::NonCopyable


    public: NonCopyable
    (
        NonCopyable &&
    )


    Defaulted to allow move.


    NonCopyable& Geo::NonCopyable::operator=


    public: NonCopyable & operator=
    (
        NonCopyable &&
    )


    Defaulted to allow move.

    , multiple selections available,
    {"serverDuration": 11, "requestCorrelationId": "410849c70a704e36b76866195f1e00ce"}