Parameters used to add properties to the RenderPipelineEntry

interface RenderPipelineEntryPropertiesParams {
    bindGroups: MaterialBindGroups;
    attributes: RenderMaterialAttributes;
}

Hierarchy (view full)

Properties

bindGroups: MaterialBindGroups

Array of BindGroup to use with this pipeline

Geometry attributes to use with this render pipeline