You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use shader like this, with rayQueryExt as the argument to the 2D array function. But I think the spv converted from glsang does not generate Opload for rayQueryExt as OpFunctionParameter. Is this reasonable? %9 is a OpFunctionParameter, %7 is a OpTypePointer, I think We should use OpAccessChain to repalce %9 in OpRayQueryInitializeKHR.
I'm trying to use shader like this, with rayQueryExt as the argument to the 2D array function. But I think the spv converted from glsang does not generate Opload for rayQueryExt as OpFunctionParameter. Is this reasonable? %9 is a OpFunctionParameter, %7 is a OpTypePointer, I think We should use OpAccessChain to repalce %9 in OpRayQueryInitializeKHR.
The text was updated successfully, but these errors were encountered: