mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-31 11:51:04 +00:00
Account for padding in argument constant buffer for EI patching
This commit is contained in:
@@ -139,6 +139,7 @@ cbuffer executepatchdata : register(b0)
|
||||
uint argCount;
|
||||
uint bufCount;
|
||||
uint argStride;
|
||||
uint argpad;
|
||||
uint4 argOffsets[32];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user