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.
  • 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
  • struct Enlighten PppiConfiguration
  • struct Enlighten PppiIrradiance
  • struct Enlighten PppiIrradiance16
  • struct Enlighten PppiOutputTextureRequirements
  • struct Enlighten PppiProbeSetState
  • struct Enlighten PppiShaderParameters
  • struct Enlighten PppiUpdateData
  • struct Enlighten PppiVolumeTextureInfo
  • struct Enlighten PrecisionHint
  • struct Enlighten PrecompMeshIdentifier
  • struct Enlighten ProbeBucketPattern
  • 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 >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_FRUSTUM_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_POINT_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_RECTANGLE_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_SPOT_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_UE4_DIRECTIONAL_LIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_UE4_DIRECTIONAL_LIGHT_FUNCTION >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_UE4_ISFALLOFF >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_UE4_RECTLIGHT >
  • struct Enlighten TypeIdToType< LIGHT_TYPE_UE4_UNREALFALLOFF >
  • struct Enlighten UpdatePppiAtlasStats
  • struct Enlighten UpdatePppiIndirectionStats
  • struct Enlighten UpdatePppiStats
  • struct Enlighten VisibilityFormat
  • struct Enlighten VisitLightsGeneric
  • struct Enlighten VisitLightsGeneric< TypeSelector, Visitor, LIGHT_TYPE_INVALID >
  • struct Enlighten VisitSelectedLightsGeneric
  • struct Enlighten VisitSelectedLightsGeneric< TypeSelector, Visitor, LightSelector, LIGHT_TYPE_INVALID >
    Calendars

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

    This is the documentation for Enlighten.

    struct Enlighten ShadeQuadOperator

    Sept 09, 2025

    struct Enlighten::ShadeQuadOperator

    Visitor operator used to shade the quad for each light type.

    Variables

    Name Description
    const Geo::u32 & m_ClusterIdx

    Input quad data.

    Geo::v128 m_Colour

    Result colour.

    const Geo::v128 & m_NormalsX

    Input quad data.

    const Geo::v128 & m_NormalsY

    Input quad data.

    const Geo::v128 & m_NormalsZ

    Input quad data.

    const Geo::v128 & m_PositionsX

    Input quad data.

    const Geo::v128 & m_PositionsY

    Input quad data.

    const Geo::v128 & m_PositionsZ

    Input quad data.

    const Geo::u32 & m_QuadIdx

    Input quad data.

    Functions

    Name Description
    operator()(const LightType &)

    Shades the quad.

    ShadeQuadOperator(const Geo::v128 &, const Geo::v128 &, const Geo::v128 &, const Geo::v128 &, const Geo::v128 &, const Geo::v128 &, const Geo::u32 &, const Geo::u32 &)

    Constructor.


    GEO_CONTROLLED_INLINE void Enlighten::ShadeQuadOperator::operator()


    public: GEO_CONTROLLED_INLINE void operator()
    (
        const LightType & light
    )


    Shades the quad.


    GEO_CONTROLLED_INLINE Enlighten::ShadeQuadOperator::ShadeQuadOperator


    public: GEO_CONTROLLED_INLINE ShadeQuadOperator
    (
        const Geo::v128 & positionsX,
        const Geo::v128 & positionsY,
        const Geo::v128 & positionsZ,
        const Geo::v128 & normalsX,
        const Geo::v128 & normalsY,
        const Geo::v128 & normalsZ,
        const Geo::u32 & clusterIdx,
        const Geo::u32 & quadIdx
    )


    Constructor.

    , multiple selections available,
    {"serverDuration": 14, "requestCorrelationId": "69f0cad722e5496f8ece64868be8b732"}