Rename example rgb_uv_distort to multistep_distort
This commit is contained in:
parent
1d9f838668
commit
6c1ec9ed2c
2 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ Example:
|
||||||
|
|
||||||
void fragment() {
|
void fragment() {
|
||||||
if (STEP == 0) {
|
if (STEP == 0) {
|
||||||
...
|
...
|
||||||
} else if (STEP == 1) {
|
} else if (STEP == 1) {
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
// ... and so on
|
// ... and so on
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue