From 720c8aec77a41d6c70e8b8d9c545411d3dcf6bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=BC=C3=9Fenbach?= Date: Wed, 18 Sep 2019 08:47:37 +0200 Subject: [PATCH] Mention the samples in the readme. (#384) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ac900b3..629f6c6 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,10 @@ vk::DispatchLoaderDynamic dldid(instance, device); device.getQueue(graphics_queue_family_index, 0, &graphics_queue, dldid); ``` +### Samples + +When you configure your project using CMake, you can enable SAMPLES_BUILD, getting you a port of most of the LunarG samples and one sample named RayTracing featuring the VK_NV_ray_tracing extension. + ## See Also Feel free to submit a PR to add to this list.