gfxreconstruct icon indicating copy to clipboard operation
gfxreconstruct copied to clipboard

Add a MetaDataHeader for option GFXRECON_ALLOW_PIPELINE_COMPILE_REQUIRED

Open locke-lunarg opened this issue 1 year ago • 1 comments

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 during replay, like "application requested creategraphicspipelines but that wasn't passed on to Vulkan implementation".

locke-lunarg avatar Jul 13 '23 23:07 locke-lunarg