csharp
public interface IPipelineDescriberHow 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)
GraphicsPipelineDescription Describe(Effect effect, RenderStage stage, in RenderOutput output, int vertexLayout)The description to compile a pipeline from.
Used by (4)
- EffectPipelineDescriberVixen.Rendering
- MeshRenderFeatureVixen.Rendering
- ParticleRenderFeatureVixen.Rendering
- SpriteRenderFeatureVixen.Rendering