-
Notifications
You must be signed in to change notification settings - Fork 27
[Vulkan] Increase test coverage for push constants #647
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?
Conversation
Adds multiple tests focusing on alternative types, offsets and nested structs.
First one had a bad offset (clang is broken when padding is required). Building this around so we can still test different types (padding is already covered by other tests). Also, fixed a badly written tests (superfluous static)
|
Only failure in the CI is a Wave related tests, not related to push constants. |
s-perron
left a comment
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.
Sorry. I had reviewed this earlier, but forgot to hit submit. The only real issue to be explicit about which layout you are using when compiling. The compilers have different default (as least for now).
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.
@farzonl What is the current status of the row and col major attributes? Will they eventually be implemented in clang?
Adds multiple tests focusing on alternative types, offsets and nested structs.