Fixing note
This commit is contained in:
parent
14d04c94b8
commit
15b30e7bd1
7 changed files with 15 additions and 15 deletions
|
|
@ -497,7 +497,7 @@ First initialize the `payload` and variable to compute the accumulation.
|
|||
|
||||
Now the loop over the trace function, will be like the following.
|
||||
|
||||
**Note:** the depth is hardcode, but could be a parameter to the `push constant`.
|
||||
:warning: **Note:** the depth is hardcode, but could be a parameter to the `push constant`.
|
||||
|
||||
~~~~C
|
||||
for(; prd.depth < 10; prd.depth++)
|
||||
|
|
@ -520,6 +520,6 @@ Now the loop over the trace function, will be like the following.
|
|||
}
|
||||
~~~~
|
||||
|
||||
**Note:** do not forget to use `hitValue` in the `imageStore`.
|
||||
:warning: **Note:** do not forget to use `hitValue` in the `imageStore`.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue