Vixen
02b45cc4
csharp
public interface IPipelineDescriber

How a pipeline description is built for one effect drawn by one stage into one output.

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

Remarks

An interface rather than a callback on the feature, because it is one decision shared by every feature that draws — and because the compositor is where it belongs: the blend and depth state come from the stage it configures, and the formats from the pass it configures that stage into.

Methods (1)

Used by (4)

  • EffectPipelineDescriberVixen.Rendering
  • MeshRenderFeatureVixen.Rendering
  • ParticleRenderFeatureVixen.Rendering
  • SpriteRenderFeatureVixen.Rendering