Commit daad195
fix(vulkan): only PostFX_NotifyPostPipelinesRebuilt after real post rebuild
vk_update_post_process_pipelines could call PostFX_Notify when vk.fboActive
was false, clearing bloom/SSAO/SMAA modified flags without creating pipelines.
Run notify only inside the vk.fboActive block.
Co-authored-by: Tim Fox <timfox@outlook.com>1 parent da17c37 commit daad195
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | | - | |
73 | 73 | | |
0 commit comments