Skip to content

Commit

Permalink
merian-nodes: Update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Nov 19, 2024
1 parent f5e538b commit 4d2f3e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions include/merian-nodes/nodes/ab_compare/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## ABCompare

Simple A/B comparison nodes `ABSplitNode` and `ABSideBySideNode`.

### `ABSplitNode`
Expand Down
4 changes: 2 additions & 2 deletions include/merian-nodes/nodes/accumulate/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Accumulation
## Accumulation

Calculates accumulated irradiance and the first two moments.

Expand All @@ -21,7 +21,7 @@ Inputs:
| VkImageIn | prev_accum | feedback last `accum` | 1 |
| VkImageIn | prev_moments | feedback last `moments` | 1 |
| | | | |
| VkImageIn | irr | irradiance input (irradiance in `rgb`, sample count in `a`!) | no |
| VkImageIn | irr | irradiance input (irradiance in `rgb`, sample count in `a`!) | no |
| | | | |
| VkImageIn | mv | motion vectors in `r` and `g` channel | no |
| VkImageIn | moments_in | moments in `r` and `g` channel | no |
Expand Down

0 comments on commit 4d2f3e0

Please sign in to comment.