Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db1725c

Browse files
authored
Merge pull request #114 from bjowi/master
Refer to actual binary name
2 parents 2858f12 + ccafce7 commit db1725c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

02_Development_environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ You can now build the Vulkan examples in the SDK by running:
245245
```
246246

247247
If compilation was successful, then you should now have a
248-
`./examples/build/cube` executable. Run it from the `examples/build` directory
249-
with `./cube` and ensure that you see the following pop up in a window:
248+
`./examples/build/vkcube` executable. Run it from the `examples/build` directory
249+
with `./vkcube` and ensure that you see the following pop up in a window:
250250

251251
![](/images/cube_demo_nowindow.png)
252252

0 commit comments

Comments
 (0)