gfxreconstruct
gfxreconstruct copied to clipboard
Graphics API Capture and Replay Tools for Reconstructing Graphics Application Behavior
fixes #1336
fixes #1197
`GFXRECON_ALLOW_PIPELINE_COMPILE_REQUIRED` will ignore writting Create*Pipeline to file when it's with `VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT`. But we want to leave a record in the file to convert it into .json file or print it...
- Do not use `ParameterEncoder::EncodeUInt8Array`, avoid usage of non-portable `sizeof(size_t)`. - Add '`ParameterEncoder::EncodeRawBytes`' to write raw-byte-arrays without meta-data (and avoid looping over the bytes with 'EncodeUInt8Value')
I apologize if this is not the appropriate place to ask, but I have a question regarding GFXR. If you cannot assist, could you please direct me to the best...
Correct small issues that were causing Xr layer load to fail.
**Problem** For some cases, 1000 blocks is not enough for API detection. **Solution** If the first round detection with 1000 blocks doesn't return any detection result, we will do a...
FileOptimizer now should insert empty annotation meta commands in place of the resources that are removed as not referenced in a trimmed capture range. This should keep the block index...