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.02 Documentation
Results will update as you type.
  • 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 IndirectionTextureRegions
  • struct Enlighten InstanceDescMinimal
  • struct Enlighten LightSelector
  • struct Enlighten LightTypeInfo
  • struct Enlighten NullSurroundingsSampler
  • 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 PppiAtlasOutputWorkspace
  • struct Enlighten PppiAtlasUpdateData
  • struct Enlighten PppiAtlasUpdateRequirements
  • struct Enlighten PppiClipmapUpdateData
  • struct Enlighten PppiClipmapUpdateRequirements
  • struct Enlighten PppiClipmapVolumeTextureInfo
  • struct Enlighten PppiConfiguration
  • struct Enlighten PppiIndirectionOutputWorkspace
  • struct Enlighten PppiIrradiance
  • struct Enlighten PppiIrradiance16
  • struct Enlighten PppiOutputTextureRequirements
  • struct Enlighten PppiOutputWorkspace
  • struct Enlighten PppiProbeSetState
  • struct Enlighten PppiShaderParameters
  • struct Enlighten PppiUpdateData
  • struct Enlighten PppiVolumeTextureInfo
  • struct Enlighten PrecisionHint
  • struct Enlighten PrecompMeshIdentifier
  • struct Enlighten QuickShadeOnlyFilter
  • struct Enlighten Rgba32Gamma
  • struct Enlighten SelectAll
  • struct Enlighten SelectCulled
  • struct Enlighten SelectUnculled
  • struct Enlighten SetSystemSolutionSpacesCommand
  • struct Enlighten ShadeFourSamplesOperator
  • struct Enlighten ShadeQuadOperator
  • struct Enlighten SortedLightsOperator
  • struct Enlighten SortedLightsVisibilityIdxWriter
  • struct Enlighten SortedLightsVisitor
  • struct Enlighten SortedLightsVisitor< LIGHT_TYPE_INVALID, Op, LightTypeFilter >
  • struct Enlighten SurfaceColourDynamicity
  • struct Enlighten TextureResolutionScale
  • struct Enlighten TextureSubSection
  • struct Enlighten TransformedBounds
  • struct Enlighten TransparencySurroundingsSampler
  • struct Enlighten TransparencyVolumeBase
  • struct Enlighten TypeIdToType
  • struct Enlighten TypeIdToType< LIGHT_TYPE_BOXSPOT_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_DIRECTIONAL_LIGHT >
    Calendars

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

    This is the documentation for Enlighten.

    struct Enlighten PppiAtlasFootprint

    Sept 19, 2023

    struct Enlighten::PppiAtlasFootprint

    A measure of the space required to update the PPPI atlas.

    Variables

    Name Description
    Geo::u32 m_InterpolationCount

    The number of interpolations required to update the PPPI atlas.

    Geo::u32 m_ProbeCount

    The number of probes required within the PPPI atlas.

    Geo::u32 m_SolvedProbeCount

    The number of solved probes copied to the PPPI atlas.

    Geo::u32 m_TileCount

    The number of tiles required to update the PPPI atlas.

    Functions

    Name Description
    AccumulateMax(PppiAtlasFootprint)

    The element-wise maximum.

    AccumulateSum(PppiAtlasFootprint)

    The element-wise sum.

    PppiAtlasFootprint()

    Constructor.

    PppiAtlasFootprint(Geo::u32, Geo::u32, Geo::u32, Geo::u32)

    Constructor.


    void Enlighten::PppiAtlasFootprint::AccumulateMax


    public: void AccumulateMax
    (
        PppiAtlasFootprint other
    )


    The element-wise maximum.


    void Enlighten::PppiAtlasFootprint::AccumulateSum


    public: void AccumulateSum
    (
        PppiAtlasFootprint other
    )


    The element-wise sum.


    Enlighten::PppiAtlasFootprint::PppiAtlasFootprint


    public: PppiAtlasFootprint()


    Constructor.


    Enlighten::PppiAtlasFootprint::PppiAtlasFootprint


    public: PppiAtlasFootprint
    (
        Geo::u32 tileCount,
        Geo::u32 probeCount,
        Geo::u32 solvedProbeCount,
        Geo::u32 interpolationCount
    )


    Constructor.

    , multiple selections available,
    {"serverDuration": 15, "requestCorrelationId": "8ae3557a10024e889834904763aa1841"}