DependsOn
Register a dependency for the annotated pass. This ensures that:
the annotated pass is executed after its dependency when
softDependency
isfalse
:the dependency is added to the list of active passes even if not manually specified by the user when
softDependency
is true:the dependency is not added to the list of active passes - the order is only enforced if the user manually adds the pass