We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f433313 commit aa9eaa9Copy full SHA for aa9eaa9
README.md
@@ -283,9 +283,6 @@ To configure Vulkan you will also need to:
283
* Install latest Vulkan drivers and libraries for your GPU
284
* Install [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/)
285
* To make sure that you system is properly configured you can try to build and run samples from the SDK
286
- * Samples can be listed and run with:
287
- * `./build/linux/app/bin/Release/x86_64/vulkan_samples samples | grep 'id'`
288
- * `./build/linux/app/bin/Release/x86_64/vulkan_samples sample compute_nbody`
289
290
To generate make files for debug configuration, run the following CMake command from the engine's root folder:
291
0 commit comments