Table of Contents

Class RenderViewFeature

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll

Describes a specific RenderView and RootRenderFeature combination.

public class RenderViewFeature
Inheritance
RenderViewFeature

Fields

Layouts

List of resource layouts used by this render view.

public readonly ConcurrentCollector<ViewResourceGroupLayout> Layouts

Field Value

ConcurrentCollector<ViewResourceGroupLayout>

RenderNodes

List of render nodes. It might cover multiple RenderStage, RenderStages contains range information.

public readonly ConcurrentCollector<RenderNodeReference> RenderNodes

Field Value

ConcurrentCollector<RenderNodeReference>

RootFeature

public RootRenderFeature RootFeature

Field Value

RootRenderFeature

ViewObjectNodes

The list of object nodes contained in this view.

public readonly ConcurrentCollector<ViewObjectNodeReference> ViewObjectNodes

Field Value

ConcurrentCollector<ViewObjectNodeReference>