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 5250c84 commit 1e296e5Copy full SHA for 1e296e5
IGC/AdaptorCommon/RayTracing/API/RayDispatchGlobalData.h
@@ -259,8 +259,9 @@ struct RayDispatchInlinedData
259
{
260
uint64_t RayDispatchDescriptorAddress; // ShaderRecord*, r2.0:uq
261
uint64_t RayDispatchGlobalDataPtr; // r2.1:uq
262
+ uint64_t AtomicPullGlobalQueuePtr; // r2.2:uq
263
- static constexpr unsigned NumElts = 2;
264
+ static constexpr unsigned NumElts = 3;
265
};
266
267
0 commit comments