Commit 7783c6c
committed
Add MultiDeviceSceneRenderPass::getFrame() accessor
Expose per-device frame handles so that applications using
multi-device rendering can query frame properties (duration,
samples) and set per-frame parameters (denoise, AOV channels)
on the actual rendering frames.
Mirrors the existing AnariSceneRenderPass::getFrame() API.
Made-with: Cursor1 parent 7ea2515 commit 7783c6c
File tree
2 files changed
+7
-0
lines changed- tsd/src/tsd/rendering/pipeline/passes
2 files changed
+7
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments