Steps
1. open project and open custom-vertex-buffer-blit-shader scene
2. enter playmode
3. press tab key to change SRP
- first press enables custom rendering effects
- second press switches to HDRP (custom rendering effects off)
- third press switches to HDRP (custom rendering effects on)
Expected: custom rendering effects are rendered in HDRP (with custom rendering effects on)
Actual: last render result is seen and no further updates
Repro (workaround helps): 2023.2.0a21 on Windows (MacOS blocked by another bug)
Repro (workaround doesn't help): 2023.1.2f1 on windows
No repro: 2022.3.4f1
Workaround: open Window > Analysis > Render Graph Viewer
NOTES:
- checked in RenderDoc - seems related to UAV access in the shader for custom rendering (worked before, broken in later versions)