Vixen
dd8b0a81
csharp
public sealed class SceneRendererSequence

Several renderers, run in order.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

The only structure the tree has, and deliberately so: the dependencies between passes are resource dependencies, and the render graph derives them from what each pass declared it reads and writes. Making the compositor itself a DAG would ask an author to state twice what the graph works out once — and to keep the two statements in agreement forever.

Fields and properties (2)

  • public IList<SceneRenderer> Children

    The children, in the order they run.

  • public override IReadOnlyList<SceneRenderer> Nested

    The nodes underneath this one, for a walk over the whole frame.

Methods (3)

Used by (48, showing 40)

  • FrameDocumentTestsThirdPersonShooter.Frame.Tests
  • FrameDocumentTestsPbrShowcase.Frame.Tests
  • AutoExposureTestsVixen.Rendering.PostFx.Tests
  • BloomTestsVixen.Rendering.PostFx.Tests
  • BufferTransferDeviceTestsVixen.Graphics.Golden.Tests
  • BufferTransferTestsVixen.Rendering.Tests
  • CascadeCountDeviceTestsVixen.Graphics.Golden.Tests
  • ClusteredLightingTestsVixen.Rendering.Tests
  • ClusteredShadingDeviceTestsVixen.Graphics.Golden.Tests
  • CompositorAssetTestsVixen.Rendering.Tests
  • CompositorBuilderVixen.Rendering
  • CompositorContentTestsVixen.Assets.Tests
  • CompositorImageTestsVixen.Graphics.Golden.Tests
  • CompositorLifetimeTestsVixen.Rendering.Tests
  • DegradationTestsVixen.Rendering.Tests
  • DepthPrepassTestsVixen.Rendering.Tests
  • DescriptorBindingTestsVixen.Rendering.Tests
  • DistanceFieldAoImageTestsVixen.Graphics.Golden.Tests
  • ForwardFrameTestsVixen.Rendering.Tests
  • FrameResizeTestsVixen.Rendering.PostFx.Tests
  • GpuVisibilityGroupTestsVixen.Rendering.Tests
  • GraphicsCompositorTestsVixen.Rendering.Tests
  • IndirectDiffuseImageTestsVixen.Graphics.Golden.Tests
  • IrradianceShadingDeviceTestsVixen.Graphics.Golden.Tests
  • MaxLightsDeviceTestsVixen.Graphics.Golden.Tests
  • ParticleLightFeatureTestsVixen.Rendering.Tests
  • PostEffectTestsVixen.Rendering.PostFx.Tests
  • ReflectionRendererDeviceTestsVixen.Graphics.Golden.Tests
  • SceneRenderHostVixen.Engine.Renderer
  • SceneRenderHostTestsVixen.Engine.Renderer.Tests
  • ScreenProbeBilateralImageTestsVixen.Graphics.Golden.Tests
  • ScreenProbeGatherImageTestsVixen.Graphics.Golden.Tests
  • ScreenProbeUpsampleImageTestsVixen.Graphics.Golden.Tests
  • SmaaTestsVixen.Rendering.PostFx.Tests
  • StrangeFactoryVixen.Rendering.Tests
  • SurfaceCacheRendererDeviceTestsVixen.Graphics.Golden.Tests
  • TerrainCasterTestsVixen.Rendering.Terrain.Tests
  • TerrainNodeTestsVixen.Rendering.Terrain.Tests
  • TerrainVelocityTestsVixen.Rendering.Terrain.Tests
  • TextureCopyTestsVixen.Rendering.Tests