Hilo3d API - v2.0.0
    Preparing search index...

    Interface ForwardRenderPipelineFeature

    Reusable feature configuration snapshotted by ForwardRenderPipelineFactory.

    interface ForwardRenderPipelineFeature {
        injectionPoint: ForwardRenderInjectionPoint;
        name: string;
        requirements: Readonly<ForwardRenderFeatureRequirements>;
        create(
            context: RenderPipelineCreateContext,
        ): ForwardRenderPipelineFeatureRuntime;
    }
    Index

    Stable point at which the runtime records its graph work.

    name: string

    Unique diagnostic name within one forward factory.

    requirements: Readonly<ForwardRenderFeatureRequirements>

    Static scene-resource and device constraints.