Issue with inspect_entry_point
in SPIR-V Containing OpInBoundsAccessChain
#2619
Labels
inspect_entry_point
in SPIR-V Containing OpInBoundsAccessChain
#2619
Template
0.34.1
and HEAD of themaster
branchIssue
In
ShaderModule::new()
, information about the shader's entry point is collected. However, when a bound value is referenced from within the shader viaOpInBoundsAccessChain
, it appears that the binding is not included inDescriptorBindingRequirements
.I have uploaded a small example illustrating the difference between cases where it works correctly and where it does not. Please take a look at the following link:
https://github.com/White-Green/vulkano/blob/issue_repro/tests/test0/src/main.rs
The text was updated successfully, but these errors were encountered: