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

Vulkan Validation Error: BuiltIn CullPrimitiveEXT variable needs to be a boolean value array.ID 63 (OpVariable) is not a bool scalar #6220

Open
jkwak-work opened this issue Jan 29, 2025 · 2 comments
Assignees
Labels
goal:forward looking Feature needed at a later date, not connected to a specific use case.

Comments

@jkwak-work
Copy link
Collaborator

With the latest SPIRV submodules, the following tests are failing.

tests/pipeline/rasterization/mesh/mesh-PerPrimitiveEXT.slang
tests/pipeline/rasterization/mesh/primitive-output.slang

The validation error message is:

[VUID-CullPrimitiveEXT-CullPrimitiveEXT-07036] According to the Vulkan spec BuiltIn CullPrimitiveEXT variable needs to be a boolean value array.ID <63> (OpVariable) is not a bool scalar.
  %63 = OpVariable %_ptr_Output__arr_bool_int_1 Output
@jkwak-work jkwak-work added the goal:forward looking Feature needed at a later date, not connected to a specific use case. label Jan 29, 2025
@jkwak-work jkwak-work self-assigned this Jan 29, 2025
@jkwak-work
Copy link
Collaborator Author

I am not sure if the validation is correct.
I don't see any problem with our code.

@jkwak-work
Copy link
Collaborator Author

The next action for this issue is to file a bug on upstream github.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
goal:forward looking Feature needed at a later date, not connected to a specific use case.
Projects
None yet
Development

No branches or pull requests

1 participant