blob: 0b64015b56f02b918d50b455a5c8b2896304ad71 [file] [log] [blame]
;; Test that OpTypeAccelerationStructureNV and OpTypeRayQueryKHR are
;; matched.
OpCapability RayQueryKHR
OpCapability Shader
OpExtension "SPV_KHR_ray_query"
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %43 "main"
OpExecutionMode %43 LocalSize 1 1 1
%2 = OpTypeVoid
%3 = OpTypeAccelerationStructureNV
%13 = OpTypeRayQueryKHR
%44 = OpTypeFunction %2
%43 = OpFunction %2 None %44
%42 = OpLabel
OpReturn
OpFunctionEnd