-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
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 |
|
Closing until the blocking issue is resolved |
Objective
Windowcomponent for more granular change detection #19644Windowby observer instead of by plugin fields #20018I'd like to move the primary window creation into
Startupfor reasons detailed in the linked PRs, but I cannot do so, sinceRenderAppneeds it in its own buildSolution
RenderStartupTesting