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 a575afd commit 326333aCopy full SHA for 326333a
IGC/AdaptorCommon/RayTracing/API/RayDispatchGlobalData.h
@@ -250,6 +250,7 @@ struct RayDispatchGlobalData {
250
hitGroupBasePtr = umd.GetHitGroupTable();
251
missShaderBasePtr = umd.GetMissShaderTable();
252
253
+
254
common.populate(umd);
255
}
256
@@ -281,6 +282,7 @@ struct RayDispatchGlobalData {
281
282
uint32_t pad_mbz : 31;
283
uint64_t hitGroupBasePtr; // base pointer of hit group shader record array (16-bytes alignment)
284
uint64_t missShaderBasePtr; // base pointer of miss shader record array (8-bytes alignment)
285
286
uint32_t _align_mbz[4]; // pad hardware section to 64 bytes
287
288
// HW doesn't read anything below this point.
0 commit comments