Skip to content

Commit 1e296e5

Browse files
jaladreipsigcbot
authored andcommitted
Changes in code.
1 parent 5250c84 commit 1e296e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IGC/AdaptorCommon/RayTracing/API/RayDispatchGlobalData.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,9 @@ struct RayDispatchInlinedData
259259
{
260260
uint64_t RayDispatchDescriptorAddress; // ShaderRecord*, r2.0:uq
261261
uint64_t RayDispatchGlobalDataPtr; // r2.1:uq
262+
uint64_t AtomicPullGlobalQueuePtr; // r2.2:uq
262263

263-
static constexpr unsigned NumElts = 2;
264+
static constexpr unsigned NumElts = 3;
264265
};
265266

266267

0 commit comments

Comments
 (0)