Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    SubRenderFeature Class

    Namespace: Stride.Rendering
    Assembly: Stride.Rendering.dll

    A render feature used inside another one (i.e. RenderFeatures.

    System.Object → DisposeBase → ComponentBase → RenderFeature → SubRenderFeature
    Derived from SubRenderFeature: InstancingRenderFeature ForwardLightingRenderFeature MaterialRenderFeature SubsurfaceScatteringRenderFeature MeshVelocityRenderFeature ShadowCasterRenderFeature SkinningRenderFeature TransformRenderFeature

    public abstract class SubRenderFeature : RenderFeature, IComponent, IReferencable, ICollectorHolder, IGraphicsRendererCore, IDisposable
    Name Description
    Fields
    RootRenderFeature

    Gets root render feature.

    Methods
    ProcessPipelineState(RenderContext, RenderNodeReference, ref RenderNode, RenderObject, PipelineStateDescription)

    Do any changes required to the pipeline state.

    | Improve this Doc View Source

    Fields


    RootRenderFeature

    Gets root render feature.

    protected RootRenderFeature RootRenderFeature
    Field Value
    Type Description
    RootRenderFeature
    | Improve this Doc View Source

    Methods


    ProcessPipelineState(RenderContext, RenderNodeReference, ref RenderNode, RenderObject, PipelineStateDescription)

    Do any changes required to the pipeline state.

    public virtual void ProcessPipelineState(RenderContext context, RenderNodeReference renderNodeReference, ref RenderNode renderNode, RenderObject renderObject, PipelineStateDescription pipelineState)
    Parameters
    Type Name Description
    RenderContext context
    RenderNodeReference renderNodeReference
    RenderNode renderNode
    RenderObject renderObject
    PipelineStateDescription pipelineState

    Inherited Members

    RenderFeature.Context
    RenderFeature.RenderSystem
    RenderFeature.Initialized
    RenderFeature.Enabled
    RenderFeature.Initialize(RenderContext)
    RenderFeature.Unload()
    RenderFeature.Destroy()
    RenderFeature.InitializeCore()
    RenderFeature.Collect()
    RenderFeature.Extract()
    RenderFeature.PrepareEffectPermutations(RenderDrawContext)
    RenderFeature.Prepare(RenderDrawContext)
    RenderFeature.Draw(RenderDrawContext, RenderView, RenderViewStage)
    RenderFeature.Draw(RenderDrawContext, RenderView, RenderViewStage, Int32, Int32)
    RenderFeature.Flush(RenderDrawContext)
    RenderFeature.OnRenderSystemChanged()
    ComponentBase.Tags
    ComponentBase.Name
    ComponentBase.ICollectorHolder.Collector
    ComponentBase.OnNameChanged()
    ComponentBase.ToString()
    DisposeBase.Dispose()
    DisposeBase.IsDisposed
    DisposeBase.IReferencable.ReferenceCount
    DisposeBase.IReferencable.AddReference()
    DisposeBase.IReferencable.Release()
    DisposeBase.OnAddReference()
    DisposeBase.OnReleaseReference()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation