-
Notifications
You must be signed in to change notification settings - Fork 187
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
Update Vulkan-Headers to 1.3.296 #910
Conversation
5066786
to
5240015
Compare
@@ -755,7 +755,6 @@ impl ColorSpaceKHR { | |||
pub const BT709_NONLINEAR_EXT: Self = Self(1_000_104_006); | |||
pub const BT2020_LINEAR_EXT: Self = Self(1_000_104_007); | |||
pub const HDR10_ST2084_EXT: Self = Self(1_000_104_008); | |||
pub const DOLBYVISION_EXT: Self = Self(1_000_104_009); |
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.
This was deprecated, but perhaps we should keep it if it isn't deprecated because of "invalid name"?
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 refactored our deprecated
handling a bit to only skip "aliased"
reasons, which is where we obviously cannot generate proper names. All the rest gets a #[deprecated]
attribute.
Let's get this reviewed and merged. The |
No description provided.