Skip to content

Commit

Permalink
chore: Add output image to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Jun 9, 2024
1 parent 918b152 commit b47d5a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/vcl_opencl_fractals_one_argument/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ This example shows how to create fractals with VCL using OpenCL as backend.
```bash
v run main.v
```

after running it you should see the generated fractals in the directory `output/`.
2 changes: 2 additions & 0 deletions examples/vcl_opencl_image_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ This example shows how to do basic image processing with VCL using OpenCL as bac
```bash
v run main.v
```

after running it you should see the output image in the directory `output/` with the name `inverted.png`.

0 comments on commit b47d5a6

Please sign in to comment.