Fixing note

This commit is contained in:
mklefrancois 2020-09-02 15:57:42 +02:00
parent 14d04c94b8
commit 15b30e7bd1
7 changed files with 15 additions and 15 deletions

View file

@ -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`.