Account for padding in argument constant buffer for EI patching

This commit is contained in:
baldurk
2024-06-25 17:25:15 +01:00
parent 1a1437ee19
commit a90d3eb9c8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -139,6 +139,7 @@ cbuffer executepatchdata : register(b0)
uint argCount;
uint bufCount;
uint argStride;
uint argpad;
uint4 argOffsets[32];
};