Skip to content

Commit 326333a

Browse files
JaroszPiotrigcbot
authored andcommitted
Minor refactor
Minor refactor
1 parent a575afd commit 326333a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IGC/AdaptorCommon/RayTracing/API/RayDispatchGlobalData.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ struct RayDispatchGlobalData {
250250
hitGroupBasePtr = umd.GetHitGroupTable();
251251
missShaderBasePtr = umd.GetMissShaderTable();
252252

253+
253254
common.populate(umd);
254255
}
255256

@@ -281,6 +282,7 @@ struct RayDispatchGlobalData {
281282
uint32_t pad_mbz : 31;
282283
uint64_t hitGroupBasePtr; // base pointer of hit group shader record array (16-bytes alignment)
283284
uint64_t missShaderBasePtr; // base pointer of miss shader record array (8-bytes alignment)
285+
284286
uint32_t _align_mbz[4]; // pad hardware section to 64 bytes
285287

286288
// HW doesn't read anything below this point.

0 commit comments

Comments
 (0)