File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -1217,7 +1217,6 @@ class TraceRayAsyncHLIntrinsic : public ContinuationHLIntrinsic {
12171217 Value *getPayload () const { return getOperand (16 ); }
12181218 Value *getComparisonValue () const { return getOperand (17 ); }
12191219 Value *getInternalRayFlags () const { return getOperand (18 ); }
1220- Value *getExtraPipelineFlags () const { return getOperand (19 ); }
12211220};
12221221
12231222class CallShaderHLIntrinsic : public ContinuationHLIntrinsic {
Original file line number Diff line number Diff line change @@ -11728,11 +11728,7 @@ intrinsics:
1172811728 type_definition : *i32
1172911729 comment : " reserved"
1173011730 - !<ArgumentDefinition>
11731- name : ExtraPipelineFlags
11732- type_definition : *i32
11733- comment : " Additional flags to add to the pipeline flags"
11734- - !<ArgumentDefinition>
11735- name : Arg20
11731+ name : Arg19
1173611732 type_definition : *f32
1173711733 comment : " reserved"
1173811734 attributes :
You can’t perform that action at this time.
0 commit comments