Minor refactor

Minor refactor
This commit is contained in:
Jarosz, Piotr
2025-10-27 14:17:34 +00:00
committed by igcbot
parent a575afde7b
commit 326333aec2

View File

@ -250,6 +250,7 @@ struct RayDispatchGlobalData {
hitGroupBasePtr = umd.GetHitGroupTable();
missShaderBasePtr = umd.GetMissShaderTable();
common.populate(umd);
}
@ -281,6 +282,7 @@ struct RayDispatchGlobalData {
uint32_t pad_mbz : 31;
uint64_t hitGroupBasePtr; // base pointer of hit group shader record array (16-bytes alignment)
uint64_t missShaderBasePtr; // base pointer of miss shader record array (8-bytes alignment)
uint32_t _align_mbz[4]; // pad hardware section to 64 bytes
// HW doesn't read anything below this point.