Locke Lin
Locke Lin
`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...
Now, win32 supports `--fwo` that set window position. https://github.com/LunarG/gfxreconstruct/commit/c6f085a881a4cd8d09a258a849a3fba8b14e7874 The other platforms don't. Here is a branch to support it on xlib, xcb and wayland. https://github.com/locke-lunarg/gfxreconstruct/commit/abfb7c72ee37234e47a79434073b147e99278f0c But it didn't get...
`--fw` is only supported on d3d, not Vulkan. It could change window size and resolution. If Vulkan want to support it, except modify window size, It also needs to modify...
After update to headers 1.3.275, it has a new function, CmdPushDescriptorSetWithTemplate2KHR , that need to support as CmdPushDescriptorSetWithTemplateKHR.
https://github.com/LunarG/gfxreconstruct/pull/1192 This PR delays to write `vkCreateRayTracingPipelinesKHR` block to capture file for deferred case. The return pipeline of `vkCreateRayTracingPipelinesKHR` could be invalid because of deferred operation. The block is written...
**Environment:** - OS: Windows 11 - GPU and driver version: Nvidia 3070, 556.12 - SDK or header version if building from repo: 1.3.283 **Describe the Issue** Sample code: https://github.com/nvpro-samples/vk_video_samples I...
Specify one index or a range indices drawacalls(include dispatch) based on a ExecuteCommandList index and a CommandList index to capture. The index is 1-based. The args are one submit index,...
I think we could add an option for adjusting Queue Family on replay. For example, the queue on a captured file is family 1, and its flags have VIDEO_ENCODE. But...
Now, during capture, only `GFXRECON_CAPTURE_DRAW_CALLS` case(https://github.com/LunarG/gfxreconstruct/pull/1680) writes swapchain buffers. The other trimmings, that frames and queue submits, don't write swapchain buffers. It also doesn't write their resource states (`MetaDataType::kInitSubresourceCommand`). In...
- dx12 option: GFXRECON_CAPTURE_DRAW_CALLS Specify one index or a range indices drawacalls(include dispatch) based on a ExecuteCommandList index and a CommandList index to capture. The index is 1-based. The args...