-
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
extensions/ext: Add VK_EXT_pipeline_properties device extension #622
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 tasks
MarijnS95
force-pushed
the
ext-pipeline-properties
branch
3 times, most recently
from
July 3, 2022 20:11
e794296
to
0e01202
Compare
MarijnS95
force-pushed
the
ext-pipeline-properties
branch
from
April 2, 2023 22:09
0e01202
to
a5fd3b6
Compare
Finally putting krolli/vk-parse#24 to use :) |
MarijnS95
force-pushed
the
ext-pipeline-properties
branch
from
April 2, 2023 22:10
a5fd3b6
to
c25b8e4
Compare
MarijnS95
commented
Apr 2, 2023
MarijnS95
commented
Apr 2, 2023
MarijnS95
commented
Apr 2, 2023
MarijnS95
force-pushed
the
ext-pipeline-properties
branch
2 times, most recently
from
April 2, 2023 22:15
f6537f3
to
e3034e3
Compare
Ralith
reviewed
Apr 2, 2023
MarijnS95
force-pushed
the
ext-pipeline-properties
branch
6 times, most recently
from
April 3, 2023 22:34
dace1a6
to
8fcce16
Compare
MarijnS95
force-pushed
the
ext-pipeline-properties
branch
from
May 6, 2023 15:49
8fcce16
to
6e347d7
Compare
Ralith
approved these changes
May 6, 2023
MarijnS95
added a commit
that referenced
this pull request
May 6, 2023
* extensions/ext: Add VK_EXT_pipeline_properties device extension * Generate traits and impls for all `validstructs` on command parameters
MarijnS95
added a commit
that referenced
this pull request
May 6, 2023
* extensions/ext: Add VK_EXT_pipeline_properties device extension * Generate traits and impls for all `validstructs` on command parameters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Includes generator support to emit
trait
s forcommand
param
s withvalidstructs
attribute, and (unsafely
) implements saidtrait
for every struct listed in that attribute.