VK-GL-CTS
VK-GL-CTS copied to clipboard
Conformance concern for dEQP-VK.ray_query.advanced.using_wrapper_function.comp.*
This case uses a shader that OpLoad/OpStore for OpTypeRayQueryKHR:
Which I believe would be against the amendment to SPIR-V specification for SPV_KHR_ray_query which says:
(Add the following line to the description of
OpStoreandOpLoad, in Section 3.32.8, Memory Instructions)The Type operand to the
OpTypePointerused for Pointer must not beOpTypeRayQueryKHR.
Am I missing something here?