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

Skip to content

Commit 3354837

Browse files
committed
Remove Visual Studio template instructions (see issue #68)
1 parent b360c86 commit 3354837

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

02_Development_environment.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -196,22 +196,7 @@ and a window pop up like this:
196196
![](/images/vs_test_window.png)
197197

198198
The number of extensions should be non-zero. Congratulations, you're all set for
199-
playing with Vulkan!
200-
201-
To avoid having to repeat this work all over again every time, you can create a
202-
template from it. Select `File -> Export Template...` in Visual Studio 2015 or
203-
`Project -> Export Template...` in Visual Studio 2017. Then select
204-
`Project template` and fill in a nice name and description for the template.
205-
206-
![](/images/vs_export_template.png)
207-
208-
Press `Finish` and you should now have a handy template in the `New Project`
209-
dialog! Use it to create a `Hello Triangle` project as preparation for the next
210-
chapter.
211-
212-
![](/images/vs_template.png)
213-
214-
You are now all set for [the real adventure](!Drawing_a_triangle/Setup/Base_code).
199+
[playing with Vulkan](!Drawing_a_triangle/Setup/Base_code)!
215200

216201
## Linux
217202

0 commit comments

Comments
 (0)