Skip to content
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

spirv-val: Accept valid OpSizeOf instructions #5879

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

svenvh
Copy link
Member

@svenvh svenvh commented Nov 12, 2024

Ensure valid OpSizeOf instructions are not rejected by spirv-val. Until now, validation of a valid OpSizeOf instruction would fail with the message that the operand "cannot be a type".

Ensure valid `OpSizeOf` instructions are not rejected by spirv-val.
Until now, validation of a valid `OpSizeOf` instruction would fail
with the message that the operand "cannot be a type".

Signed-off-by: Sven van Haastregt <[email protected]>
@alan-baker alan-baker merged commit 35e5f11 into KhronosGroup:main Nov 13, 2024
23 checks passed
@svenvh svenvh deleted the opsizeof branch November 14, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants