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

    Interface ForwardRenderFeatureContext

    Callback-scoped inputs passed to one forward feature runtime.

    interface ForwardRenderFeatureContext {
        cullingResults: CullingResultsHandle;
        pipeline: RenderPipelineContext;
        resources: ForwardRenderPipelineResources;
    }
    Index
    cullingResults: CullingResultsHandle

    Built-in culling results shared by shadows and every default forward scene pass.

    Active frame-scoped pipeline context.

    Forward resources at this feature's injection point.