-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Move renderer initialization from build time to RenderStartup
#20021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Move renderer initialization from build time to RenderStartup
#20021
Conversation
Swap the label over once CI is green please :) |
I need some scheduling help. |
Can we wait to get DLSS in first? I don't want to have to rebase the whole rendering initialization code again, it's very difficult :( |
@JMS55 sure! I don't know how to proceed anyways for now :D |
Blocked on #19864 |
Objective
Window
component for more granular change detection #19644Window
by observer instead of by plugin fields #20018I'd like to move the primary window creation into
Startup
for reasons detailed in the linked PRs, but I cannot do so, sinceRenderApp
needs it in its own buildSolution
RenderStartup
Testing