We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaeddbe commit 35c83a1Copy full SHA for 35c83a1
IGC/GenISAIntrinsics/GenIntrinsicInst.h
@@ -1444,6 +1444,7 @@ class TraceRayIntrinsic : public GenIntrinsicInst {
1444
void setGlobalBufferPointer(Value* V) { return setOperand(0, V); }
1445
1446
Value* getPayload() const { return getOperand(1); }
1447
+ void setPayload(Value* V) { return setOperand(1, V); }
1448
};
1449
1450
class TraceRayAsyncIntrinsic : public TraceRayIntrinsic {
0 commit comments