renderPasses property

List<CustomRenderPass> get renderPasses

The custom render passes inserted into the pipeline, in the order they were added. Use addRenderPass / removeRenderPass to change the set.

Implementation

List<CustomRenderPass> get renderPasses =>
    List<CustomRenderPass>.unmodifiable(_renderPasses);