-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
deprecated generate_view_layouts in favor of layout_entries (#17537) #17714
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've read through the Issue and the code changes. I have a minor string gripe but otherwise this looks good.
@@ -470,6 +470,7 @@ impl MeshPipelineViewLayouts { | |||
|
|||
/// Generates all possible view layouts for the mesh pipeline, based on all combinations of | |||
/// [`MeshPipelineViewLayoutKey`] flags. | |||
#[deprecated(since = "0.16.0", note = "Use layout_entries instead")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backticks on layout_entries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you like me to change this real quick?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks! looks good
Did someone investigate in which commit generate_view_layout stopped being used? I'm a bit surprised it's dead right now. |
The issue had 'Ready-For-Implemenation-Tag' so I assumed someone had checked it |
Objective
deprecated generate_view_layouts in favor of layout_entries as described in #17537