Skip to content

Commit 35c83a1

Browse files
MaciejKalinskiigcbot
authored andcommitted
RT intrinsic payload accessor added
For updating payload data.
1 parent aaeddbe commit 35c83a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IGC/GenISAIntrinsics/GenIntrinsicInst.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,6 +1444,7 @@ class TraceRayIntrinsic : public GenIntrinsicInst {
14441444
void setGlobalBufferPointer(Value* V) { return setOperand(0, V); }
14451445

14461446
Value* getPayload() const { return getOperand(1); }
1447+
void setPayload(Value* V) { return setOperand(1, V); }
14471448
};
14481449

14491450
class TraceRayAsyncIntrinsic : public TraceRayIntrinsic {

0 commit comments

Comments
 (0)