Additional attributes and rendering parameters used by RenderPipelineEntry.

interface RenderPipelineRenderingOptions {
    attributes: RenderMaterialAttributes;
    rendering: RenderMaterialRenderingOptions;
}

Hierarchy (view full)

Properties

Geometry attributes to use with this render pipeline.