
# Objective - This unblocks some work I am doing for #19887. ## Solution - Rename `RenderGraphApp` to `RenderGraphExt`. - Implement `RenderGraphExt` for `World`. - Change `SubApp` and `App` to call the `World` impl.
209 B
209 B
title:
RenderGraphApp
renamed to RenderGraphExt
.
pull_requests: [19912]
RenderGraphApp
has been renamed to RenderGraphExt
. Rename this for cases where you are
explicitly importing this trait.